From 323cb92c9624a5c3bf22da57680c75a317533ed5 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 11 Mar 2022 10:09:34 -0500 Subject: [PATCH] bspwm: Enable touchpad use while typing Since we rarely (if ever) touch the touchpad by accident while typing, having the option to use the touchpad and keyboard at the same time is useful. --- bspwm/.config/bspwm/bspwmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 34c4efad..e370dc0a 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -103,6 +103,7 @@ bspc rule -a Onboard state=floating sticky=on # Configure touchpad xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Natural Scrolling Enabled" 1 xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1 +xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Disable While Typing Enabled" 0 # Auto-hide the mouse cursor when inactive unclutter &