mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 10:18:34 +02:00
input: fix touchpad configuration
This commit is contained in:
parent
f9290c8cf3
commit
f4f7a1c617
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ case "$event,$use,$(uname -n),$name" in
|
||||||
xinput set-ptr-feedback $device 30 5 2
|
xinput set-ptr-feedback $device 30 5 2
|
||||||
;;
|
;;
|
||||||
*,XISlavePointer,chocobo,"SynPS/2 Synaptics TouchPad")
|
*,XISlavePointer,chocobo,"SynPS/2 Synaptics TouchPad")
|
||||||
xinput set-props $device "libinput Natural Scrolling Enabled" 1
|
xinput set-prop $device "libinput Natural Scrolling Enabled" 1
|
||||||
;;
|
;;
|
||||||
*,XISlavePointer,*,"ELAN Touchscreen")
|
*,XISlavePointer,*,"ELAN Touchscreen")
|
||||||
xinput disable $device
|
xinput disable $device
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue