From 085a200b87d4a14fd4598e67eb4e0cbe2cca36e1 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Fri, 2 Feb 2024 09:20:10 -0500 Subject: dwm: Workaround broken Java GUIs This environment variable has sometimes been necessary, in addition to running wmname. Advice taken from the ArchWiki. https://wiki.archlinux.org/title/java#Troubleshooting --- .xinitrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.xinitrc b/.xinitrc index d7fe252..9232e30 100644 --- a/.xinitrc +++ b/.xinitrc @@ -8,6 +8,8 @@ while true; do sleep 1m done & +export _JAVA_AWT_WM_NONREPARENTING=1 + picom --config /dev/null -bfD3 --xrender-sync-fence wmname LG3D unclutter --fork --start-hidden -- cgit v1.2.3