diff --git a/Home.md b/Home.md index 04e23ae..92f608c 100644 --- a/Home.md +++ b/Home.md @@ -72,10 +72,14 @@ This example enables switching between the american layout, and the german layou ``` export XKB_DEFAULT_LAYOUT=us,de export XKB_DEFAULT_VARIANT=,nodeadkeys -export XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle +export XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle, sway ``` +* Make caps lock work as escape: `XKB_DEFAULT_OPTIONS=caps:escape` +* Swap escape and caps lock: `XKB_DEFAULT_OPTIONS=caps:swapescape` + + #### Keyboard repeat delay and rate Set the environment variables `WLC_REPEAT_DELAY`/`WLC_REPEAT_RATE` to the delay/rate in milliseconds before starting sway.