From 341d7b2622d26cbfb6c13e536c41c04251aaae3c Mon Sep 17 00:00:00 2001 From: pks Date: Sun, 16 May 2021 18:01:39 +0200 Subject: mouse-setting: fix --- mouse-settings | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mouse-settings') diff --git a/mouse-settings b/mouse-settings index 47014a8..949a7b8 100755 --- a/mouse-settings +++ b/mouse-settings @@ -8,9 +8,7 @@ elif [[ $(hostname) == "james" ]]; then # for libinput if [[ $(xinput list-props $EXT_POINTER | grep libinput) != 0 ]]; then xinput set-prop $EXT_POINTER $(xinput list-props $EXT_POINTER | grep "libinput Accel Speed (" | awk -F '[()]' '{print $2}') -0.95 - fi - # for evdev - if [[ $(xinput list-props $EXT_POINTER | grep Evdev) != 0 ]]; then + elif [[ $(xinput list-props $EXT_POINTER | grep Evdev) != 0 ]]; then xinput set-prop $EXT_POINTER $(xinput list-props $EXT_POINTER | grep "Device Accel Constant Deceleration (" | awk -F '[()]' '{print $2}') 3.0 xinput set-prop $EXT_POINTER $(xinput list-props $EXT_POINTER | grep "Device Accel Adaptive Deceleration (" | awk -F '[()]' '{print $2}') 1.0 xinput set-prop $EXT_POINTER $(xinput list-props $EXT_POINTER | grep "Device Accel Velocity Scaling (" | awk -F '[()]' '{print $2}') 10 -- cgit v1.2.3