mirror of
https://github.com/swaywm/sway.git
synced 2026-04-25 06:46:24 -04:00
Fixes issue #595 . From what I understand, Java expects non-reparenting WMs to set this environmental variable in order for applications like IntelliJ Idea to work, since it has no way to detect this on its own.
5 lines
131 B
Desktop File
5 lines
131 B
Desktop File
[Desktop Entry]
|
|
Name=Sway
|
|
Comment=An i3-compatible Wayland compositor
|
|
Exec=env _JAVA_AWT_WM_NONREPARENTING=1 sway
|
|
Type=Application
|