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
commit 649fadd226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,6 +45,7 @@ in
{ name = "dwm";
start =
''
export _JAVA_AWT_WM_NONREPARENTING=1
dwm &
waitPID=$!
'';