summaryrefslogtreecommitdiff
path: root/dotfiles/system/.profile.d
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-05-29 16:09:23 -0500
committerCraig Jennings <c@cjennings.net>2025-05-29 16:09:23 -0500
commitb7ba02fbce85f1967139fd4dc21bf6497a14c983 (patch)
tree13db139d2906ede68a4545aaf39dc252d5467f71 /dotfiles/system/.profile.d
parent99ba81603554b63a4daece5ea2509403557d20f7 (diff)
xcape is an x program and should not be placed in .profile
Diffstat (limited to 'dotfiles/system/.profile.d')
-rw-r--r--dotfiles/system/.profile.d/capslock.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/dotfiles/system/.profile.d/capslock.sh b/dotfiles/system/.profile.d/capslock.sh
index 1ca22f8..1754225 100644
--- a/dotfiles/system/.profile.d/capslock.sh
+++ b/dotfiles/system/.profile.d/capslock.sh
@@ -2,11 +2,8 @@
# capslock.sh
# Craig Jennings <c@cjennings.net>
-# long press capslock for control, short press for escape
-# requires xcape package
+# remap capslock for control
# make CapsLock behave like Ctrl:
setxkbmap -option ctrl:nocaps
-# make short-pressed Ctrl behave like Escape:
-xcape -e 'Control_L=Escape'