From ea1fd2a2e22f4bc09b5f0971bb162041b9a220d6 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 22 Mar 2020 15:20:53 +0100 Subject: mouse-settings: fix --- mouse-settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mouse-settings') diff --git a/mouse-settings b/mouse-settings index 6e50dbc..98b9827 100755 --- a/mouse-settings +++ b/mouse-settings @@ -6,5 +6,5 @@ if [[ $(hostname) == "bogues" ]]; then export EXT_POINTER=$(xinput list | grep "TPPS/2 IBM TrackPoint" | grep pointer | awk -F'=' '{print $2}' | cut -f 1) xinput set-prop $EXT_POINTER $(xinput list-props $EXT_POINTER | grep "libinput Accel Speed (" | awk -F '[()]' '{print $2}') 0.1 -else +fi -- cgit v1.2.3