forked from extern/nix-config
bspwm: Increase pointer_motion_interval
In the theoretical scenario that I use bspwm on a high refresh rate monitor, this change makes it so resizing windows won't be limited to 60Hz.
This commit is contained in:
parent
3321d30827
commit
f615fbc4d0
@ -25,6 +25,9 @@ bspc config split_ratio 0.50
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
|
||||
# Make moving windows look nice at 240Hz
|
||||
bspc config pointer_motion_interval 4
|
||||
|
||||
# Always focus the window under the cursor
|
||||
# while moving the mouse, similar to i3
|
||||
bspc config focus_follows_pointer true
|
||||
|
Loading…
Reference in New Issue
Block a user