aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2023-03-13 22:36:48 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2023-03-13 22:36:48 -0400
commitec2684340246dfbe985a8f87843844d0b9b71325 (patch)
treee324f1b1cd806e40694aed221536657164cd7393 /bin
parentbf0942a5098593f1f0f60dea0c9a578d38d03180 (diff)
downloaddotfiles-ec2684340246dfbe985a8f87843844d0b9b71325.tar.gz
dotfiles-ec2684340246dfbe985a8f87843844d0b9b71325.tar.xz
Add my other mice, swap to zero accel speed
Diffstat (limited to 'bin')
-rwxr-xr-x[-rw-r--r--]bin/mouse-props5
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='
'