diff options
| author | Blista Kanjo | 2021-11-02 15:51:59 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2021-11-02 15:51:59 -0400 |
| commit | 76a71b8c507a6c3162fa2afa8f1b8bf87df33bc1 (patch) | |
| tree | 394a597ac3738ad6b27a87778f62276623288171 /awesome/xinput.sh | |
| parent | 379ea1b05a7a2a0217d61a3521eccbe2cd6f9b32 (diff) | |
integrated new peripherals
Diffstat (limited to 'awesome/xinput.sh')
| -rwxr-xr-x | awesome/xinput.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/awesome/xinput.sh b/awesome/xinput.sh index 789bb3a..9f39f93 100755 --- a/awesome/xinput.sh +++ b/awesome/xinput.sh @@ -3,5 +3,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:"SteelSeries SteelSeries Rival 310 eSports Mouse" "libinput Scrolling Pixel Distance" 30 +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.650000 +xinput set-prop pointer:"ELECOM ELECOM TrackBall Mouse" "libinput Scrolling Pixel Distance" 50 |
