summaryrefslogtreecommitdiff
path: root/ar/.local
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.local')
-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 eb55dba..c19e56c 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" 5, 0, 0, 0, 5, 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" 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
;;
esac
}