summaryrefslogtreecommitdiff
path: root/502.sh
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2021-02-14 00:07:57 +0100
committerMiguel <m.i@gmx.at>2021-02-14 00:07:57 +0100
commitfda242bff12b29034b18800cb5a55aa0e4e3d7ee (patch)
treecc97ba10f11a4e3b2c0ac5b5194b3d1bcc55522b /502.sh
parent115a65be0583658a7f39a7abaeb2401448f0d7c9 (diff)
heavy cleanup
Diffstat (limited to '502.sh')
-rw-r--r--502.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/502.sh b/502.sh
deleted file mode 100644
index aaf1338..0000000
--- a/502.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-for id in `xinput --list|grep 'Logitech Gaming Mouse G502'|perl -ne 'while (m/id=(\d+)/g){print "$1\n";}'`; do
- echo "setting device ID $id"
- #notify-send -t 50000 'Mouse fixed'
- xinput set-prop $id "Device Accel Velocity Scaling" 100
- xinput set-prop $id "Device Accel Constant Deceleration" 200
-done