From 1b8c13b86a6561da812875b6d82ea30760c4389f Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 30 Mar 2018 11:19:31 -0400 Subject: Cope with xinput upgrade --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3