diff options
| author | Blista Kanjo | 2024-02-11 16:49:24 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2024-02-11 16:49:24 -0500 |
| commit | 68b52bd0de4865bca797ae130f71cf2b99936dd2 (patch) | |
| tree | be589b3fb1390e3d4cfe9b9f15592932103d2d35 | |
| parent | 6d052899aa369cd7f48a8faa7ca58bd63095cbb8 (diff) | |
refactor: remove unused input devices
| -rwxr-xr-x | .local/bin/awesome-xinputD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.local/bin/awesome-xinputD b/.local/bin/awesome-xinputD index 2e93d95..ca54177 100755 --- a/.local/bin/awesome-xinputD +++ b/.local/bin/awesome-xinputD @@ -4,8 +4,6 @@ apply_settings() { sleep 2 xinput set-prop pointer:"Logitech USB Trackball" "libinput Accel Speed" 1.000000 xinput set-prop pointer:"SteelSeries SteelSeries Rival 310 eSports Mouse" "libinput Accel Speed" 0.300000 - xinput set-prop pointer:"ELECOM ELECOM TrackBall Mouse" "libinput Accel Speed" 0.300000 - xinput set-prop pointer:"Logitech M705" "libinput Accel Speed" 1.000000 if [ -f ~/.Xmodmap ]; then xmodmap ~/.Xmodmap; fi } |
