1
0
forked from extern/nix-config

bspwm: Configure touchpad with sensible defaults

Natural scrolling and tap to click makes the bspwm experience more
pleasurable.
This commit is contained in:
Donovan Glover 2021-11-14 12:14:52 -05:00
parent 9b6bc04931
commit 0ab7b0fc3f
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -92,3 +92,7 @@ bspc rule -a ark state=floating
bspc rule -a kmag state=floating
bspc rule -a kcharselect state=floating
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