Finally ban window flickering, by disabling focus_follows_pointer
This commit is contained in:
parent
38578b5875
commit
1f6f27565b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ bspc config single_monocle false
|
|||
bspc config split_ratio 0.50
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
bspc config focus_follows_pointer true
|
||||
bspc config focus_follows_pointer false
|
||||
bspc config remove_disabled_monitors true
|
||||
bspc config merge_overlapping_monitors true
|
||||
bspc config pointer_modifier mod1
|
||||
|
|
Loading…
Reference in a new issue