aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-08-09 13:14:58 -0400
committerGitHub <noreply@github.com>2016-08-09 13:14:58 -0400
commit49afdb43933f548ab9b2233d59998d581ef6efa1 (patch)
tree6c78d963ec53a3e683c2e73391a7e9c690317b18 /sway
parentb8642ce681d5afd547f93b9b43949be7410265b9 (diff)
parent631ba506d66d61dd7a53c1ca99c2416a564ebfad (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.txt2
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