summaryrefslogtreecommitdiff
path: root/ar/.local
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-17 20:10:54 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-17 20:10:54 +0900
commit6263517b122e3225014951e4fa75704a5de767a8 (patch)
tree3523f78611e7bb0ff12400a5787e4464e79875f6 /ar/.local
parent66c98356b74bddbc125e2bc95ed4f66285d528f1 (diff)
modified bin/remaps
Diffstat (limited to 'ar/.local')
-rwxr-xr-xar/.local/bin/remaps2
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