changing up caps lock modifier

This commit is contained in:
2025-11-11 16:58:04 -05:00
parent 2fb48d0891
commit 338874dbeb

View File

@@ -32,7 +32,7 @@ exec swayidle -w \
input type:keyboard {
xkb_layout "us"
xkb_variant ""
xkb_options "caps:escape"
xkb_options "caps:ctrl_modifier,shift:both_capslock"
repeat_delay 400
repeat_rate 40
}