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.sh | |
| parent | 1fa25f9c4e98bc6b51f9b75b68bdb38b14b01beb (diff) | |
re-enabled natural scrolling for Logitech trackball mouse
Diffstat (limited to 'awesome/xinput.sh')
| -rwxr-xr-x | awesome/xinput.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/xinput.sh b/awesome/xinput.sh index 5e32700..ed84343 100755 --- a/awesome/xinput.sh +++ b/awesome/xinput.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash sleep 2 -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 |
