diff options
Diffstat (limited to 'ar/.local/bin')
| -rwxr-xr-x | ar/.local/bin/remaps | 2 |
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 } |
