mirror of
https://github.com/swaywm/sway.git
synced 2026-04-25 06:46:24 -04:00
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.
This commit is contained in:
parent
32b93ef6ea
commit
88fa30263d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Sway
|
Name=Sway
|
||||||
Comment=An i3-compatible Wayland compositor
|
Comment=An i3-compatible Wayland compositor
|
||||||
Exec=sway
|
Exec=env _JAVA_AWT_WM_NONREPARENTING=1 sway
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue