From: Johan Malm Date: Mon, 9 Aug 2021 16:26:50 +0000 (+0100) Subject: docs/environment: add example for keyboard toggle X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=0e57c65393f1dbaa6edab5b98a315219e47a8879;p=proto%2Flabwc.git docs/environment: add example for keyboard toggle --- 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