1
0
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:
Donovan Glover 2022-10-24 12:30:12 -04:00
parent 3321d30827
commit f615fbc4d0
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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