mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
docs/environment: add _JAVA_AWT_WM_NONREPARENTING=1
This commit is contained in:
parent
96315def57
commit
fcd2425de3
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue