sway/sway.desktop
Leo Pham 88fa30263d
Set _JAVA_AWT_WM_NONREPARENTING in sway.desktop
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.
2020-12-01 19:32:18 +11:00

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