Merge pull request #250761 from gepbird/dwm-fix-java-gui

dwm: add _JAVA_AWT_WM_NONREPARENTING=1
This commit is contained in:
Ilan Joselevich
2023-08-24 22:02:38 +03:00
committed by GitHub
@@ -45,6 +45,7 @@ in
{ name = "dwm";
start =
''
export _JAVA_AWT_WM_NONREPARENTING=1
dwm &
waitPID=$!
'';