Unverified Commit 2a71e781 authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

dwm: add _JAVA_AWT_WM_NONREPARENTING=1

dwm is not in Java's internal list of non-reparrenting
window managers. Running Java GUI programs without this
variable on window managers (eg. jd-gui) causes the window
to be blank.
parent d680ded2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ in
      { name = "dwm";
        start =
          ''
            export _JAVA_AWT_WM_NONREPARENTING=1
            dwm &
            waitPID=$!
          '';