From f615fbc4d0ebe3587517c4d369c653b60741a3ba Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 24 Oct 2022 12:30:12 -0400 Subject: [PATCH] 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. --- bspwm/.config/bspwm/bspwmrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index b7f20ab..9a3e5ed 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -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