From 8851e58f81875d8cadd713dbf32e204342eba9de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tin=20=C5=A0vagelj?= Date: Sat, 4 Nov 2023 23:26:16 +0100 Subject: [PATCH] Add "Already Set By Hyprland" section --- pages/Configuring/Environment-variables.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/Configuring/Environment-variables.md b/pages/Configuring/Environment-variables.md index ba1a918..27a29a0 100644 --- a/pages/Configuring/Environment-variables.md +++ b/pages/Configuring/Environment-variables.md @@ -29,7 +29,6 @@ Linux distros. compatibility issues - `CLUTTER_BACKEND=wayland` - Clutter package already has wayland enabled, this variable will force Clutter applications to try and use the Wayland backend -- `_JAVA_AWT_WM_NONREPARENTING=1` - Make Java AWT accept redraw/input events without waiting for a reparenting event. # XDG Specifications @@ -77,6 +76,10 @@ To force GBM as a backend, set the following environment variables: - `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 -- `MOZ_ENABLE_WAYLAND,1` - Firefox: Use Wayland instead of XWayland (avoids stale buffer re-use bug) -- `OBSIDIAN_USE_WAYLAND,1` - Obsidian: Use proper electron settings 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).