bspwm: Always apply buffers
This commit is contained in:
parent
430358d8fa
commit
53603bc9bc
@ -46,11 +46,8 @@ unset deskpermon
|
|||||||
|
|
||||||
bspc config border_width 4
|
bspc config border_width 4
|
||||||
bspc config window_gap 10
|
bspc config window_gap 10
|
||||||
if $(pgrep plasmashell); then
|
bspc config top_padding 37
|
||||||
# This padding matches the bars I'm using
|
bspc config bottom_padding 37
|
||||||
bspc config top_padding 37
|
|
||||||
bspc config bottom_padding 37
|
|
||||||
fi
|
|
||||||
|
|
||||||
bspc config split_ratio 0.50
|
bspc config split_ratio 0.50
|
||||||
bspc config borderless_monocle true
|
bspc config borderless_monocle true
|
||||||
@ -77,7 +74,7 @@ bspc config urgent_border_color "#b58900"
|
|||||||
bspc rule -r '*'
|
bspc rule -r '*'
|
||||||
bspc rule -a Waterfox desktop=1
|
bspc rule -a Waterfox desktop=1
|
||||||
bspc rule -a Spotify desktop=10
|
bspc rule -a Spotify desktop=10
|
||||||
bspc rule -a plasmashell state=floating layer=above sticky=on border=off
|
bspc rule -a plasmashell state=floating sticky=on border=off
|
||||||
|
|
||||||
## SIMPLE CONFIGURATION
|
## SIMPLE CONFIGURATION
|
||||||
xset -b
|
xset -b
|
||||||
|
Loading…
Reference in New Issue
Block a user