X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=input-setup;h=8085d074feb85b49ff72025c26081c62033055ba;hb=8d29de95be2b44cac6e2cc3d0643f542be05e4bd;hp=9f6734cfcfd8e23902617416a74bbff2c391e193;hpb=fa264ab2ec907b4ebc8d7dd0f8b239b0d0202362;p=distro-setup diff --git a/input-setup b/input-setup index 9f6734c..8085d07 100755 --- a/input-setup +++ b/input-setup @@ -34,10 +34,10 @@ ms() { # customizability. I havent yet determined the best settings here. if xinput --list-props "$1" | grep "libinput Accel Speed" &>/dev/null; then xinput --set-prop "$1" "libinput Accel Speed" 1 - else - xinput --set-prop "$1" 'Device Accel Profile' $4 - xinput --set-prop "$1" 'Device Accel Constant Deceleration' $5 - xinput --set-prop "$1" 'Device Accel Velocity Scaling' $6 + else + xinput --set-prop "$1" 'Device Accel Profile' $4 + xinput --set-prop "$1" 'Device Accel Constant Deceleration' $5 + xinput --set-prop "$1" 'Device Accel Velocity Scaling' $6 fi mi "$1" } @@ -90,9 +90,11 @@ if set_device_id "Logitech Unifying Device"; then xinput --set-prop "$device_id" 'Evdev Middle Button Emulation' 1 fi +# slow down ploopy trackball, until we recompile firmware +id=$(xinput list | grep -F 'Ploopy Corporation Trackball Mouse' | sed -rn 's/.*[[:space:]]id=([^[:space:]]*).*/\1/p' ||:) +if [[ $id ]]; then + xinput --set-prop $id 'libinput Accel Speed' -0.9 +fi set +x exit 0 - -# ploopy setup until i recompile firmware -# xinput --set-prop $(xinput list | grep -F 'Ploopy Corporation Trackball Mouse' | sed -rn 's/.*[[:space:]]id=([^[:space:]]*).*/\1/p') 'libinput Accel Speed' -0.9