Updated Home (markdown)

theduke 2017-03-02 21:58:56 +01:00
parent f5ee99db1c
commit 81b66c1c96

@ -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.