]> git.mdlowis.com Git - proto/labwc.git/commitdiff
docs/environment: add example for keyboard toggle
authorJohan Malm <jgm323@gmail.com>
Mon, 9 Aug 2021 16:26:50 +0000 (17:26 +0100)
committerJohan Malm <jgm323@gmail.com>
Mon, 9 Aug 2021 16:26:50 +0000 (17:26 +0100)
docs/environment

index 91780f197f91a6343e761298eaa2d6679fff7e3a..1122f184a036ce0ec8d6763382f57c267d4e527b 100644 (file)
@@ -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