From 0e57c65393f1dbaa6edab5b98a315219e47a8879 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Mon, 9 Aug 2021 17:26:50 +0100 Subject: [PATCH] docs/environment: add example for keyboard toggle --- docs/environment | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/environment b/docs/environment index 91780f19..1122f184 100644 --- a/docs/environment +++ b/docs/environment @@ -1,4 +1,11 @@ # Example environment file # Set keyboard layout to Swedish -XKB_DEFAULT_LAYOUT=se +# XKB_DEFAULT_LAYOUT=se + +# Set two keyboard layouts and toggle between them using alt+shift +# XKB_DEFAULT_LAYOUT=se,de +# XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle + +# Force firefox to use wayland backend +# MOZ_ENABLE_WAYLAND=1