mirror of
https://github.com/swaywm/sway.git
synced 2024-11-28 19:01:29 +00: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_LAYOUT=us,de
|
||||||
export XKB_DEFAULT_VARIANT=,nodeadkeys
|
export XKB_DEFAULT_VARIANT=,nodeadkeys
|
||||||
export XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle
|
export XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle,
|
||||||
sway
|
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
|
#### Keyboard repeat delay and rate
|
||||||
|
|
||||||
Set the environment variables `WLC_REPEAT_DELAY`/`WLC_REPEAT_RATE` to the delay/rate in milliseconds before starting sway.
|
Set the environment variables `WLC_REPEAT_DELAY`/`WLC_REPEAT_RATE` to the delay/rate in milliseconds before starting sway.
|
||||||
|
|
Loading…
Reference in a new issue