diff options
| author | Blista Kanjo | 2021-12-18 00:18:03 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2021-12-18 00:18:03 -0500 |
| commit | 014e9402a9e4d87e30f02d64ba3328dbde4d6d74 (patch) | |
| tree | fa5737a199efc5dbc915c973b300f42c05b560ab /awesome/xinput-daemon.sh | |
| parent | 21f06de50887ffd9f95f25c6a0291661b89e8e42 (diff) | |
removed scrolling modifiers
Diffstat (limited to 'awesome/xinput-daemon.sh')
| -rwxr-xr-x | awesome/xinput-daemon.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/awesome/xinput-daemon.sh b/awesome/xinput-daemon.sh index 83a19ef..3afd52b 100755 --- a/awesome/xinput-daemon.sh +++ b/awesome/xinput-daemon.sh @@ -5,9 +5,7 @@ xinput set-prop pointer:"Logitech USB Trackball" "libinput Accel Speed" 0.90000 xinput set-prop pointer:"SteelSeries SteelSeries Rival 310 eSports Mouse" "libinput Scrolling Pixel Distance" 50 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:"ELECOM ELECOM TrackBall Mouse" "libinput Scrolling Pixel Distance" 50 xinput set-prop pointer:"Logitech M705" "libinput Accel Speed" 1.000000 -xinput set-prop pointer:"Logitech M705" "libinput Scrolling Pixel Distance" 50 while true; do state=$(lsusb) && sleep 2 && [ "$state" != "$(lsusb)" ] && /home/kylert/.config/awesome/xinput.sh; done |
