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:
parent
9b6bc04931
commit
0ab7b0fc3f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user