diff options
| author | Kyle Javier | 2021-09-21 20:25:03 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-09-21 20:25:03 -0400 |
| commit | b92660117b5d68751b59a84f594d72cea3cd6143 (patch) | |
| tree | b56e459ccdcb768f7fcd48e6840279d91d6adbdf /awesome/xinput-daemon.sh | |
| parent | 1fa25f9c4e98bc6b51f9b75b68bdb38b14b01beb (diff) | |
re-enabled natural scrolling for Logitech trackball mouse
Diffstat (limited to 'awesome/xinput-daemon.sh')
| -rwxr-xr-x | awesome/xinput-daemon.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/xinput-daemon.sh b/awesome/xinput-daemon.sh index 54b54dd..8fc9a18 100755 --- a/awesome/xinput-daemon.sh +++ b/awesome/xinput-daemon.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -xinput set-prop pointer:"Logitech USB Trackball" "libinput Natural Scrolling Enabled" 0 +xinput set-prop pointer:"Logitech USB Trackball" "libinput Natural Scrolling Enabled" 1 xinput set-prop pointer:"Logitech USB Trackball" "libinput Accel Speed" 0.90000 while true; do state=$(lsusb) && sleep 2 && [[ $state != $(lsusb) ]] && /home/kylert/.config/awesome/xinput.sh; done |
