summaryrefslogtreecommitdiff
path: root/mouse
diff options
context:
space:
mode:
Diffstat (limited to 'mouse')
-rwxr-xr-xmouse5
1 files changed, 5 insertions, 0 deletions
diff --git a/mouse b/mouse
new file mode 100755
index 0000000..8adad4f
--- /dev/null
+++ b/mouse
@@ -0,0 +1,5 @@
+export EXT_POINTER=$(xinput list | grep "USB-HID Keyboard" | grep pointer | awk -F'=' '{print $2}' | cut -f 1)
+xinput set-prop $EXT_POINTER 269 2.5
+xinput set-prop $EXT_POINTER 270 1.0
+xinput set-prop $EXT_POINTER 271 5.0
+