From a62cd9fe51209843c654c83db46f89d8bb3f4903 Mon Sep 17 00:00:00 2001 From: GNUser Date: Tue, 31 Oct 2023 14:01:31 -0400 Subject: [PATCH] how to specify variant layout --- docs/environment | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/environment b/docs/environment index 89e12cc9..3973dde2 100644 --- a/docs/environment +++ b/docs/environment @@ -10,6 +10,7 @@ ## /usr/share/X11/xkb/rules/evdev.lst ## ## Multiple keyboard layouts can be set by comma-separating the country codes. +## If a variant layout is needed, the syntax is layout(variant) ## If multiple layouts are used, specify the toggle-keybind using ## XKB_DEFAULT_OPTIONS as show below. ## @@ -17,7 +18,7 @@ ## # XKB_DEFAULT_LAYOUT=se -# XKB_DEFAULT_LAYOUT=se,de +# XKB_DEFAULT_LAYOUT=se,us(intl) # XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle # XKB_DEFAULT_OPTIONS=grp:shift_caps_toggle