ElKowar

Results 196 comments of ElKowar

Can't seem to reproduce this 👀

`:stacking "fg"` is already pretty much all we can do in terms of what X supports, as well as setting the window type to something your WM might see as...

The only thing that I can see dunst do here would be either that they too set `override redirect` (which is what wm-ignore does) or that maybe, in some weird...

I guess Ill look into what Dunst is doing a bit more closely

Not yet, still don't really have time to work on eww, as I'm busy writing my bachelors thesis. Once that's done, in about a month, this will be one of...

Ok, so after looking into dunst for a bit, It doesn't seem to do anything special, at least on X. It just sets the window type to NOTIFICATION and UTILITY...

Ok, it seems as though dunst sets WM_REDIRECT, which corresponds to eww's wm-ignore property -- Maybe that's all you need for it to be consistent :/

> Wait so once the WM_REDIRECT feature gets implemented, it'll fix the problem regarding the draw on foreground? WM_REDIRECT is ewws `wm-ignore`, so if you set wm-ignore to true on...

Haven't looked into that in detail, will do.

Still TODO: - [x] implement placeholders for update (and figure out how they should look) (curlies are pain because they actually could be empty json objects,... maybe remove unnumbered `{}`...