update bspwm config
This commit is contained in:
parent
dc15edb3d0
commit
4e1d3d5c8b
@ -1,11 +1,15 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
disable_touchpad
|
||||
init_monitors
|
||||
#disable_touchpad
|
||||
#init_monitors
|
||||
|
||||
#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
|
||||
~/.config/polybar/launch.sh --shades &
|
||||
|
||||
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 window_gap 4
|
||||
@ -19,3 +23,4 @@ bspc config remove_unplugged_monitors true
|
||||
bspc config merge_overlapping_monitors true
|
||||
|
||||
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