Ingo Bürk
Ingo Bürk
I doubt that this is specific to i3-gaps and probably occurs in i3 as well. It could be that you have fading activated in your compositor(?) or it's just an...
You can get *some* information in the GET_TREE response, unfortunately this excludes outer gaps at the moment. You're absolutely right that this should be possible, but I will not be...
I somewhat assume that https://github.com/i3/i3/pull/2646 might have solved this already. Can you make sure to run a current development version of i3 and try if it really doesn't work?
I'm not opposed to the idea, but I dislike the syntax proposal. Maybe we could instead extend the border command to take four arguments in which case that's top, left,...
Hi, thanks for posting this. I agree that this behavior is incorrect, but I think there is little we can do here in i3-gaps that keeps the patch small-ish, so...
`os.Exit` is also problematic in tests as it produces close to useless output in terms of debugging. In our case we do not use cobra's `CheckErr` ever, but rather have...
Relevant: https://www.reddit.com/r/i3wm/comments/5ag6y7/psa_if_youre_using_imagemagickgraphicsmagick_to/
Does it work as soon as you use 01 for the alpha value? We've had a bug like this over at i3 after switching to cairo. The reason was a...
Please don't implement the Xembed based system tray specification. You get yourself in a lot of trouble only to support an outdated specification. Just implement the app indicator specification instead.
Probably very few, useful ones anyway. Most probably use libappindicator which uses app indicators with a system tray fallback. Also, AFAIK all major desktop environments have dropped support for system...