diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-08-09 13:14:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-09 13:14:58 -0400 |
commit | 49afdb43933f548ab9b2233d59998d581ef6efa1 (patch) | |
tree | 6c78d963ec53a3e683c2e73391a7e9c690317b18 /sway | |
parent | b8642ce681d5afd547f93b9b43949be7410265b9 (diff) | |
parent | 631ba506d66d61dd7a53c1ca99c2416a564ebfad (diff) |
Merge pull request #846 from mmlb/doc-all-xkb-env-vars
document all xkb settings handled by wlc
Diffstat (limited to 'sway')
-rw-r--r-- | sway/sway.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway.1.txt b/sway/sway.1.txt index 0e503d2e..32519d0e 100644 --- a/sway/sway.1.txt +++ b/sway/sway.1.txt @@ -114,7 +114,7 @@ The following environment variables have an effect on sway: *WLC_REPEAT_RATE*:: Configures the keyboard repeat rate. -*XKB_DEFAULT_LAYOUT*, *XKB_DEFAULT_VARIANT*, *XKB_DEFAULT_OPTIONS*:: +*XKB_DEFAULT_RULES*, *XKB_DEFAULT_MODEL*, *XKB_DEFAULT_LAYOUT*, *XKB_DEFAULT_VARIANT*, *XKB_DEFAULT_OPTIONS*:: Configures the xkb keyboard settings. See xkeyboard-config(7). Authors |