diff options
author | Patrick Simianer <pks@pks.rocks> | 2020-03-22 15:20:53 +0100 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2020-03-22 15:20:53 +0100 |
commit | ea1fd2a2e22f4bc09b5f0971bb162041b9a220d6 (patch) | |
tree | 470980e8372a15bc6ec1bec78fe5dd64bac89d07 /mouse-settings | |
parent | b5d410ed65613ae06335ea85d8f037ce9ccd92e7 (diff) |
mouse-settings: fix
Diffstat (limited to 'mouse-settings')
-rwxr-xr-x | mouse-settings | 2 |
1 files changed, 1 insertions, 1 deletions
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 |