mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-16 19:08:25 +01:00
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:
parent
62c0fe97ac
commit
323cb92c96
@ -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 &
|
||||
|
Loading…
Reference in New Issue
Block a user