aboutsummaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/awesome-xinputD15
1 files changed, 0 insertions, 15 deletions
diff --git a/.local/bin/awesome-xinputD b/.local/bin/awesome-xinputD
deleted file mode 100755
index f3e10c4..0000000
--- a/.local/bin/awesome-xinputD
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-apply_settings() {
- sleep 2
- xinput set-prop pointer:"Logitech USB Trackball" "libinput Accel Speed" 1.000000
- [ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap
-}
-
-apply_settings
-
-while true; do
- state=$(lsusb)
- sleep 2
- [ "$state" != "$(lsusb)" ] && apply_settings
-done