1
0
Fork 0

Add desktop rules to bspwm

This commit is contained in:
Jeremy Kaplan 2016-05-10 15:28:42 -04:00
commit f7ca2a6556

View file

@ -14,6 +14,10 @@ bspc config initial_polarity second_child
bspc monitor -d 1 2 3 4 5 6 7 8 9 10 bspc monitor -d 1 2 3 4 5 6 7 8 9 10
bspc rule -a Gimp state=floating
bspc rule -a Slack desktop='^8'
bspc config external_rules_command "$XDG_CONFIG_HOME/bspwm/external_rules"
pulseaudio --check || pulseaudio pulseaudio --check || pulseaudio
ps -u jdkaplan | grep -o xss-lock || xss-lock -- i3lock -e -i ~/images/lockscreen.png & ps -u jdkaplan | grep -o xss-lock || xss-lock -- i3lock -e -i ~/images/lockscreen.png &
nitrogen --restore & nitrogen --restore &