diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-26 14:19:37 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-26 14:19:37 +0900 |
| commit | 7f067066e6f6b8412b1d3eb3b1cae49bd9d4f295 (patch) | |
| tree | 92889f5a063a6441fd71f0dbb82df7dd6960e21d | |
| parent | 62b70e5ea2266f200440296bb19bf7858dadee84 (diff) | |
modified bin/remaps
| -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 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 } |
