update bspwm config
This commit is contained in:
parent
dc15edb3d0
commit
4e1d3d5c8b
@ -1,11 +1,15 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
disable_touchpad
|
#disable_touchpad
|
||||||
init_monitors
|
#init_monitors
|
||||||
|
|
||||||
#bspc monitor -d I II III IV V VI VII VIII IX X
|
~/.config/polybar/launch.sh --shades &
|
||||||
bspc monitor eDP -d I II III IV
|
|
||||||
bspc monitor HDMI-A-0 -d V VI VII VIII XI
|
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||||
|
|
||||||
|
bspc monitor -d I II III IV V VI VII VIII IX X
|
||||||
|
#bspc monitor eDP -d I II III IV
|
||||||
|
#bspc monitor HDMI-A-0 -d V VI VII VIII XI
|
||||||
|
|
||||||
bspc config border_width 3
|
bspc config border_width 3
|
||||||
bspc config window_gap 4
|
bspc config window_gap 4
|
||||||
@ -19,3 +23,4 @@ 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
|
||||||
|
bspc rule -a Zathura state=tiled
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user