added commands to start with the windows manager

This commit is contained in:
2017-03-26 22:44:13 +02:00
parent 222cf79d4c
commit 41f1dcf319

View File

@@ -35,8 +35,17 @@ bspc rule -a obs state=floating
bspc rule -a Pavucontrol state=floating bspc rule -a Pavucontrol state=floating
bspc rule -a "TeamSpeak 3" state=floating bspc rule -a "TeamSpeak 3" state=floating
# hotkey daemon # compositor
sxhkd & #compton &
# restore wallpaper
nitrogen --restore
# panel # panel
~/.config/bspwm/panel & ~/.config/bspwm/panel &
# hotkey daemon
sxhkd &
# run notification server
dunst &