summaryrefslogtreecommitdiff
path: root/mouse-settings
diff options
context:
space:
mode:
Diffstat (limited to 'mouse-settings')
-rwxr-xr-xmouse-settings2
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