From 8f1aaeca3c351cd8a16397e7e8e7a3858f034406 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:28:10 +0900 Subject: modified bin/remaps --- ar/.local/bin/remaps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar/.local/bin') 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 } -- cgit v1.2.3