enable bspwm following mouse
This commit is contained in:
parent
422e090801
commit
fa818cc4c2
1 changed files with 6 additions and 5 deletions
|
@ -19,8 +19,9 @@ bspc monitor DP-2 -d 1 2 3 4 5
|
||||||
bspc monitor HDMI-0 -d 6 7 8 9 0
|
bspc monitor HDMI-0 -d 6 7 8 9 0
|
||||||
|
|
||||||
# BSPWM config
|
# BSPWM config
|
||||||
bspc config border_width 3
|
bspc config border_width 3
|
||||||
bspc config window_gap 12
|
bspc config window_gap 12
|
||||||
bspc config split_ratio 0.50
|
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
|
||||||
|
|
Reference in a new issue