diff options
| author | kj-sh604 | 2025-09-25 16:08:25 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-09-25 16:08:25 -0400 |
| commit | 2bef49ca3315d2575b12c333ee2ab2ef586f5f6b (patch) | |
| tree | a159c5bb530750bbf6fee2478435e6a40df001f8 /.local/bin/awesome-xinputD | |
| parent | 4d17a86df145eb244ca1da966822aacd17e4ec10 (diff) | |
kj-gitbot: .local/bin/awesome-xinputD
Diffstat (limited to '.local/bin/awesome-xinputD')
| -rwxr-xr-x | .local/bin/awesome-xinputD | 15 |
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 |
