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.
This commit is contained in:
Gutyina Gergő 2023-08-22 12:56:59 +02:00
parent d680ded26d
commit 2a71e7815e
No known key found for this signature in database

View file

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