From f4f7a1c61740fb01546c2e897b06e3e72414d96c Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 8 Jul 2021 22:53:18 +0200 Subject: [PATCH] input: fix touchpad configuration --- bin/input-event | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/input-event b/bin/input-event index fd10552..51eb7d6 100755 --- a/bin/input-event +++ b/bin/input-event @@ -42,7 +42,7 @@ case "$event,$use,$(uname -n),$name" in xinput set-ptr-feedback $device 30 5 2 ;; *,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") xinput disable $device