From 17bd95279fec649ef867ed202741ad006ec9f027 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Mon, 21 Feb 2022 13:08:26 -0500 Subject: changed logitech USB trackball speed --- awesome/xinput-daemon.sh | 2 +- awesome/xinput.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awesome/xinput-daemon.sh b/awesome/xinput-daemon.sh index 3afd52b..a3b2db0 100755 --- a/awesome/xinput-daemon.sh +++ b/awesome/xinput-daemon.sh @@ -1,7 +1,7 @@ #!/bin/sh 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 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 -- cgit v1.2.3