diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-17 20:10:54 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-17 20:10:54 +0900 |
| commit | 6263517b122e3225014951e4fa75704a5de767a8 (patch) | |
| tree | 3523f78611e7bb0ff12400a5787e4464e79875f6 /ar | |
| parent | 66c98356b74bddbc125e2bc95ed4f66285d528f1 (diff) | |
modified bin/remaps
Diffstat (limited to 'ar')
| -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 580076d..831d52b 100755 --- a/ar/.local/bin/remaps +++ b/ar/.local/bin/remaps @@ -73,4 +73,4 @@ done killall xcape 2>/dev/null xcape -e 'Caps_Lock=Escape;Control_L=Escape' #;Super_L=Escape' # Turn off caps lock if on since there is no longer a key for it. -xset -q | grep -q "Caps Lock:\s*on" && xdotool key Caps_Lock +xset -q | grep -qE "Caps Lock:[[:space:]]+on[[:space:]]" && xdotool key Caps_Lock |
