diff --git a/labwc-environment.5.html b/labwc-environment.5.html new file mode 100644 index 0000000..f2517fd --- /dev/null +++ b/labwc-environment.5.html @@ -0,0 +1,168 @@ + + + +labwc + + + + + + +
+
+labwc
+[home] +[readme] +[integration] +[getting-started] +[manual] +
+

NAME

+

labwc - environment

+

DESCRIPTION

+

The environment file sets up the environment variables for labwc +including keyboard layout and options, cursor themes and size as well +as other toolkit specific and application specific options.

+

EXAMPLE

+
# Example environment file
+
+# Set keyboard layout to Swedish
+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
+
+# gtk wayland
+GDK_BACKEND=wayland
+
+# sdl wayland
+SDL_VIDEODRIVER=wayland
+
+# Set cursor theme.
+# Find icons themes with the command below or similar:
+#     find /usr/share/icons/ -type d -name "cursors"
+XCURSOR_THEME=breeze_cursors
+
+# Disable hardware cursors. Most users wouldn't want to do this, but if you
+# are experiencing issues with disappearing cursors, this might fix it.
+WLR_NO_HARDWARE_CURSORS=1
+
+# For Java applications such as JetBrains/Intellij Idea, set this variable
+# to avoid menus with incorrect offset and blank windows
+# See https://github.com/swaywm/sway/issues/595
+_JAVA_AWT_WM_NONREPARENTING=1
+ +

SEE ALSO

+

labwc(1), labwc-config(5), labwc-actions(5), labwc-theme(5)

+
+ + diff --git a/manual.html b/manual.html index d915226..c2e302b 100644 --- a/manual.html +++ b/manual.html @@ -128,9 +128,10 @@

Man Pages

labwc-config(5)
labwc-theme(5)
labwc-menu(5)
-labwc-actions(5)

+labwc-actions(5)
+labwc-environment(5)

Diagrams

theme variables

- \ No newline at end of file +