docs/environment: add _JAVA_AWT_WM_NONREPARENTING=1

This commit is contained in:
Johan Malm 2022-06-05 09:12:54 +01:00
parent 96315def57
commit fcd2425de3

View file

@ -19,3 +19,7 @@ XCURSOR_THEME=breeze_cursors
# are experiencing issues with disappearing cursors, this might fix it. # are experiencing issues with disappearing cursors, this might fix it.
WLR_NO_HARDWARE_CURSORS=1 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