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.
This commit is contained in:
Donovan Glover 2022-03-11 10:09:34 -05:00
parent 62c0fe97ac
commit 323cb92c96
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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