aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index d7cdb8f..27f9fae 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -30,7 +30,7 @@ synclient TapButton3=2 || true
synclient CoastingSpeed=5
synclient CoastingFriction=30
-trackball=$(xinput | grep "Kensington Expert Wireless TB" | sed -e 's/.*id=//g;s/ .*//g')
+trackball=$(xinput | grep "Kensington Expert Wireless TB" | grep pointer | sed -e 's/.*id=//g;s/\s\+.*//g')
if [ "x${trackball}" != "x" ]; then
xinput set-button-map "${trackball}" 1 2 8 4 5 6 7 3 9 10 11 12 13 14 15 16
xinput set-prop "${trackball}" "libinput Accel Speed" 0.25