diff options
Diffstat (limited to 'bin/mouse-props')
| -rwxr-xr-x[-rw-r--r--] | bin/mouse-props | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/mouse-props b/bin/mouse-props index 94a151e..1fb79ae 100644..100755 --- a/bin/mouse-props +++ b/bin/mouse-props @@ -1,9 +1,10 @@ #!/bin/sh -mice="$(xinput list --name-only | grep -E 'Logitech G305' )" +mice="$(xinput list --name-only | grep -E 'Logitech G305|Naga Pro|Orochi V2|Viper' )" proplist='Accel Profile Enabled::0 1 -Accel Speed::-0.7' +Accel Speed::0' +# Accel Speed::-0.7' IFS=' ' |
