sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 49afdb43933f548ab9b2233d59998d581ef6efa1
parent b8642ce681d5afd547f93b9b43949be7410265b9
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue,  9 Aug 2016 13:14:58 -0400

Merge pull request #846 from mmlb/doc-all-xkb-env-vars

document all xkb settings handled by wlc
Diffstat:
Msway/sway.1.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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