Gyuri Horak

Results 11 comments of Gyuri Horak

I had a similar issue with my "live wallpaper" ([xglbg](https://github.com/dyuri/xglbg)), Plasma sets the stacking of all the windows in the tree to _below_ to prevent covering any floating windows: https://github.com/numirias/qtile-plasma/blob/master/plasma/layout.py#L97...

Oh, I just realized this issue is not 11 days but a year old :)

You're right, I'll take a look at it.

Hmm, I just discovered that there are a few clashes between the CSS and X11 color names, I don't know how to handle them properly: https://en.wikipedia.org/wiki/X11_color_names#Clashes_between_web_and_X11_colors_in_the_CSS_color_scheme Currently CSS colors are...

I've added the conflicting colors as well, but since the colors are deduped, only their "first" name will be displayed, but I think that's OK. (For example using X11 names,...

Ok, now the name resolution of the clashing colors does not work properly, currently the parser checks only the named color list - and does not care about any configuration...

Ah, completely forgot about this. Custom color lists would be great, but I can't see an easy way to change `parse_color` to support it.

👍 My problem with that is, that I also want to use some command line arguments (currently `wl-copy -p -n`), but I'll try to come up with something.

What about this kind of messaging? ![image](https://github.com/tjblackheart/andcli/assets/126637/7a45d7b0-eb5a-43aa-b9b2-c039427c628a)

@diego-rapoport I've implemented this here: https://github.com/dyuri/xonsh-autoxsh/tree/leave If this is what you wanted I can create a PR, but I think without some kind of parent/children scan this might not be...