mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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:
parent
d680ded26d
commit
2a71e7815e
@ -45,6 +45,7 @@ in
|
||||
{ name = "dwm";
|
||||
start =
|
||||
''
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
dwm &
|
||||
waitPID=$!
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user