update bspwmrc

This commit is contained in:
Václav Uruba 2020-11-07 14:02:57 +01:00
parent 84edda8a99
commit 933c966ea7
Signed by: uruba
GPG Key ID: 0059B34D61727BB0

View File

@ -1,5 +1,7 @@
#! /bin/sh #! /bin/sh
disable_touchpad
init_monitors
#bspc monitor -d I II III IV V VI VII VIII IX X #bspc monitor -d I II III IV V VI VII VIII IX X
bspc monitor eDP -d I II III IV bspc monitor eDP -d I II III IV
@ -17,6 +19,3 @@ bspc config remove_unplugged_monitors true
bspc config merge_overlapping_monitors true bspc config merge_overlapping_monitors true
bspc rule -a Gimp desktop='^8' state=floating follow=on bspc rule -a Gimp desktop='^8' state=floating follow=on
disable_touchpad
init_monitors