diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-20 19:14:06 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-20 19:14:06 +0900 |
| commit | cdfd5173b20c8166e6a2199df74b3dd0447fbd6b (patch) | |
| tree | 2be8a1b836c5c27b355f870dd8cbf1d032f6b58f /ar/.local | |
| parent | 2dace6a64ceda809ad0b466f7317989a81cb3514 (diff) | |
modified scripts/integrity-check.lua, modified bin/remaps
Diffstat (limited to 'ar/.local')
| -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 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 } |
