mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Updated Home (markdown)
parent
f5ee99db1c
commit
81b66c1c96
6
Home.md
6
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.
|
||||
|
Loading…
Reference in New Issue
Block a user