summaryrefslogtreecommitdiff
path: root/ar/.local/bin/remaps
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-06-23 15:28:10 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-06-23 15:28:10 +0900
commit8f1aaeca3c351cd8a16397e7e8e7a3858f034406 (patch)
treebb2653c4257d13bef8289a42b64d7db1fe777b7a /ar/.local/bin/remaps
parent0b439f75e6927ae46afc4e9f81606577c8180032 (diff)
modified bin/remaps
Diffstat (limited to 'ar/.local/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 c19e56c..7ee48d1 100755
--- a/ar/.local/bin/remaps
+++ b/ar/.local/bin/remaps
@@ -44,7 +44,7 @@ xinput list | grep 'id=' | while read -r line; do
xinput set-prop "$mouse" "libinput Scroll Method Enabled" 0, 0, 1
;;
*)
- [ -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" 1, 0, 0, 0, 1, 0, 0, 0, 1 || xinput set-prop "$mouse" "Coordinate Transformation Matrix" $1, 0, 0, 0, $1, 0, 0, 0, 1
;;
esac
}