diff options
Diffstat (limited to '.config/x11/xprofile')
-rw-r--r-- | .config/x11/xprofile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/x11/xprofile b/.config/x11/xprofile index 1ba3c8f..245ef75 100644 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -3,10 +3,9 @@ # This is run when a display manager logs in. # Used as source for ~/.xinitrc. -setsid sxhkd & -numlockx on & -xsetroot -cursor_name left_ptr & xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & +xsetroot -cursor_name left_ptr & +numlockx on & nm-applet & picom & dunst & @@ -15,6 +14,7 @@ flameshot & # Not really needed when using startx (in general the config in ~/.profile) # pulseaudio --start & pasystray & +setsid sxhkd & # At the end, start the WM. exec bspwm |