]> git.mdlowis.com Git - proto/labwc.git/commitdiff
docs/environment: add _JAVA_AWT_WM_NONREPARENTING=1
authorJohan Malm <jgm323@gmail.com>
Sun, 5 Jun 2022 08:12:54 +0000 (09:12 +0100)
committerJohan Malm <jgm323@gmail.com>
Sun, 5 Jun 2022 08:12:54 +0000 (09:12 +0100)
docs/environment

index c1fcac8a8ac0a92102c2533eeefccb6703ebbf6c..cf2948afc321a687fe4857c0aad3c93d137b9aed 100644 (file)
@@ -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