summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-26 14:19:37 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-26 14:19:37 +0900
commit7f067066e6f6b8412b1d3eb3b1cae49bd9d4f295 (patch)
tree92889f5a063a6441fd71f0dbb82df7dd6960e21d
parent62b70e5ea2266f200440296bb19bf7858dadee84 (diff)
modified bin/remaps
-rwxr-xr-xar/.local/bin/remaps2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/remaps b/ar/.local/bin/remaps
index fb70142..619a052 100755
--- a/ar/.local/bin/remaps
+++ b/ar/.local/bin/remaps
@@ -56,7 +56,7 @@ xinput list | grep 'id=' | while read -r line; do
[ -z "$1" ] && xinput set-prop "$mouse" "Coordinate Transformation Matrix" 3, 0, 0, 0, 3, 0, 0, 0, 1 || xinput set-prop "$mouse" "Coordinate Transformation Matrix" $1, 0, 0, 0, $1, 0, 0, 0, 1
;;
*"Glove80 Mouse"*)
- [ -z "$1" ] && xinput set-prop "$mouse" "Coordinate Transformation Matrix" 3, 0, 0, 0, 3, 0, 0, 0, 1 || xinput set-prop "$mouse" "Coordinate Transformation Matrix" $1, 0, 0, 0, $1, 0, 0, 0, 1
+ [ -z "$1" ] && xinput set-prop "$mouse" "Coordinate Transformation Matrix" 2, 0, 0, 0, 2, 0, 0, 0, 1 || xinput set-prop "$mouse" "Coordinate Transformation Matrix" $1, 0, 0, 0, $1, 0, 0, 0, 1
;;
esac
}