diff --git a/pages/Configuring/Environment-variables.md b/pages/Configuring/Environment-variables.md index b136c047..27a29a04 100644 --- a/pages/Configuring/Environment-variables.md +++ b/pages/Configuring/Environment-variables.md @@ -74,3 +74,12 @@ To force GBM as a backend, set the following environment variables: - `GTK_THEME` - Set a GTK theme manually, for those who want to avoid appearance tools such as lxappearance or nwg-look - `XCURSOR_THEME` - Set your cursor theme. The theme needs to be installed and readable by your user. - `XCURSOR_SIZE` - Set cursor size. See [here](../../FAQ/) for why you might want this variable set. + +# Application Specific Variables +- `OBSIDIAN_USE_WAYLAND,1` - Obsidian: Pass appropriate arguments to electron to avoid crashing + +# Already Set By Hyprland +The following environment variables are already set by Hyprland and don't require manual configuration: + +- `_JAVA_AWT_WM_NONREPARENTING=1` - Make Java AWT accept redraw/input events without waiting for a reparenting event. +- `MOZ_ENABLE_WAYLAND,1` - Firefox: Use Wayland instead of XWayland (avoids stale buffer re-use bug).