use caps lock as escape

This commit is contained in:
2022-06-12 10:03:49 +03:00
parent 3689bd9523
commit 60f9ae2cd1

View File

@@ -58,9 +58,10 @@ xwayland enable
client.focused $br $br $textColor $brbug $br client.focused $br $br $textColor $brbug $br
# Keyboard layout # Keyboard layout
input * { input type:keyboard {
xkb_layout "us,ru" xkb_layout "us,ru"
xkb_options "grp:win_space_toggle" xkb_options "grp:win_space_toggle"
xkb_options "caps:escape"
} }
input type:touchpad { input type:touchpad {