diff options
author | Malfurious <m@lfurio.us> | 2024-02-02 09:20:10 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-02-02 09:20:10 -0500 |
commit | 085a200b87d4a14fd4598e67eb4e0cbe2cca36e1 (patch) | |
tree | 05f8798debc1ff8d0701527a91875e8faf335e43 | |
parent | f9aeadc2d06ea9a48a2b0cc4cbbb5a80d8bdcca4 (diff) | |
download | rice-085a200b87d4a14fd4598e67eb4e0cbe2cca36e1.tar.gz rice-085a200b87d4a14fd4598e67eb4e0cbe2cca36e1.zip |
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
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |