From ec2684340246dfbe985a8f87843844d0b9b71325 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Mon, 13 Mar 2023 22:36:48 -0400 Subject: Add my other mice, swap to zero accel speed --- bin/mouse-props | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 bin/mouse-props (limited to 'bin') diff --git a/bin/mouse-props b/bin/mouse-props old mode 100644 new mode 100755 index 94a151e..1fb79ae --- 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=' ' -- cgit v1.2.3