diff options
| author | kj_sh604 | 2025-11-09 01:45:44 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-11-09 01:45:44 -0500 |
| commit | dedecc29e5e08cd68df953e74a7fc7e5e29a057a (patch) | |
| tree | 6b41b34bf7a9006a0554ba2deca10fcdeaf416e6 /.local/bin/awesome-xinputD | |
| parent | 2eb1f07e6031a84650e93c5292a16ca20fa22d61 (diff) | |
refactor: finalize move back to awesomeWM
Diffstat (limited to '.local/bin/awesome-xinputD')
| -rwxr-xr-x | .local/bin/awesome-xinputD | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.local/bin/awesome-xinputD b/.local/bin/awesome-xinputD deleted file mode 100755 index 393555a..0000000 --- a/.local/bin/awesome-xinputD +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -apply_settings() { - sleep 2 - xinput set-prop pointer:"Synaptics TM3276-022" "Device Enabled" 0 - xinput set-prop pointer:"G2Touch Multi-Touch by G2TSP" "Device Enabled" 0 - xinput set-prop pointer:"TPPS/2 IBM TrackPoint" "libinput Scrolling Pixel Distance" 10 - xinput set-prop pointer:"Logitech USB Trackball" "libinput Accel Speed" 1.000000 - xinput set-prop pointer:"Logitech K400 Plus" "libinput Accel Speed" 0.800000 - xinput set-prop pointer:"Logitech K400 Plus" "libinput Natural Scrolling Enabled" 1 - [ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap -} - -apply_settings - -while true; do - state=$(lsusb) - sleep 2 - [ "$state" != "$(lsusb)" ] && apply_settings -done |
