diff options
Diffstat (limited to '.local/bin')
| -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 } |
