Re: [dev] [dwm] Need help about gray windows of Java applications

2019-05-15 Thread Enan Ajmain
On Wed, May 15, 2019 at 8:59 PM Markus Wichmann wrote: > > Worse, the error is in a commonly used library for Java GUI apps (was it > AWT?). Therefore, the application developers can't do anything about > this. It's similar to the problem we have with libxft and colored fonts. > Until libxft is fi

Re: [dev] [dwm] How do I launch a window in floating mode without using `Rules rules[]`?

2019-05-15 Thread Chris Down
Chris Down writes: You can just use WM_CLASS for this. For example, with urxvt, you can do s/WM_CLASS/WM_NAME/ (although WM_CLASS is also perfectly serviceable)

Re: [dev] [dwm] Need help about gray windows of Java applications

2019-05-15 Thread Markus Wichmann
On Wed, May 15, 2019 at 01:15:43PM +0200, Przemek Dragańczuk wrote: > LG3D was a WM written in Java, which maximises the irony. OK, I didn't know that one. Awesome. > Java apps > know how to work on it, so they work fine when they think they are > running on it. The issue has something to do with

Re: [dev] [dwm] Need help about gray windows of Java applications

2019-05-15 Thread Przemek Dragańczuk
I have it in my .xinitrc, .zprofile (.bash_profile) and in my .zshrc (.bashrc). I can never remember where it should be, so that way I know it works somewhere. LG3D was a WM written in Java, which maximises the irony. Java apps know how to work on it, so they work fine when they think they are run