adjust split_ratio to 0.5
This commit is contained in:
parent
a6de093cfe
commit
9a50092488
2
bspwmrc
2
bspwmrc
|
@ -21,7 +21,7 @@ fi
|
||||||
bspc config border_width 1
|
bspc config border_width 1
|
||||||
bspc config window_gap 0
|
bspc config window_gap 0
|
||||||
|
|
||||||
bspc config split_ratio 0.52
|
bspc config split_ratio 0.50
|
||||||
bspc config borderless_monocle true
|
bspc config borderless_monocle true
|
||||||
bspc config gapless_monocle true
|
bspc config gapless_monocle true
|
||||||
bspc config focus_follows_pointer true
|
bspc config focus_follows_pointer true
|
||||||
|
|
Loading…
Reference in New Issue