From f2b209feaf73b729f7fc6ad2a02eceb816893720 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 23 Jun 2019 21:02:52 +0200 Subject: [PATCH] input -> xinput --- tune-mouse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tune-mouse b/tune-mouse index 731ebbe..ec96138 100755 --- a/tune-mouse +++ b/tune-mouse @@ -14,7 +14,7 @@ else fi # Required since 2019-03-12, beowulf -if input list | grep -q "TPPS/2 Elan TrackPoint"; then +if xinput list | grep -q "TPPS/2 Elan TrackPoint"; then xinput set-prop "TPPS/2 Elan TrackPoint" "libinput Accel Speed" -0.2 fi -- GitLab