From fcd2425de3bdb85da3c4a60147e3e1a7d2707b5f Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Sun, 5 Jun 2022 09:12:54 +0100 Subject: [PATCH] docs/environment: add _JAVA_AWT_WM_NONREPARENTING=1 --- docs/environment | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/environment b/docs/environment index c1fcac8a..cf2948af 100644 --- a/docs/environment +++ b/docs/environment @@ -19,3 +19,7 @@ XCURSOR_THEME=breeze_cursors # 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 -- 2.52.0