diff options
| author | Blista Kanjo | 2022-02-21 13:08:26 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-02-21 13:08:26 -0500 |
| commit | 17bd95279fec649ef867ed202741ad006ec9f027 (patch) | |
| tree | f3849f26324b5ab0ad4e8c984d9ee6d6e769608c /awesome/xinput.sh | |
| parent | 496b90e2323aa5f17636d12fb6a788c8fb6aaf84 (diff) | |
changed logitech USB trackball speed
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 06b6ac7..e0cf56b 100755 --- a/awesome/xinput.sh +++ b/awesome/xinput.sh @@ -2,7 +2,7 @@ sleep 2 xinput set-prop pointer:"Logitech USB Trackball" "libinput Natural Scrolling Enabled" 1 -xinput set-prop pointer:"Logitech USB Trackball" "libinput Accel Speed" 0.90000 +xinput set-prop pointer:"Logitech USB Trackball" "libinput Accel Speed" 1.000000 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 |
