summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-02-18 10:43:08 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-02-18 10:43:08 -0800
commitc52604ba731fc09b52533ce18de6a4867929dd8c (patch)
tree6c84555ee0fd7a6a2ad4112ac6d321a794657e00
parentdb02832549c60b71d40258e2706f5651ca6e6152 (diff)
use xorg level caps binding
-rw-r--r--config/xinitrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/xinitrc b/config/xinitrc
index e4322f6..ba02ddb 100644
--- a/config/xinitrc
+++ b/config/xinitrc
@@ -7,8 +7,7 @@ then
xset s off
xset -dpms
fi
-setxkbmap -layout us,us -variant ,colemak -option grp:rctrl_toggle
-
+setxkbmap -layout us,us -variant ,colemak -option grp:rctrl_toggle -option caps:escape
if [[ $(uname -a) == *"gentoo"* ]]; then
AUDIO="gentoo-pipewire-launcher restart & disown"