LemonBoy

Results 136 comments of LemonBoy

It turns out that some mingw `.lib` (or `.a` in non-Windows parlance) is actually built with a slightly more complex method than the one we use right now. For example...

Duplicate of #3610 (the stack trace is slightly different as some compiler internals have changed since then). Two questions arise: * What should `@alignCast` do for zero-sized types? * Is...

I only added some more error checking around that logic, I guess whoever added that wanted `gf` to work on import statements.

The Xinerama/Xrandr magic is used because the bar is replicated on all the monitors and each monitor gets its own window. The `-g` command tries to break down the desired...

Uhh, I think it's up to the WM to raise the fullscreen window to the top of the stack.

Holy shit, that's horrid. Did you try changing [this](https://github.com/LemonBoy/bar/blob/master/lemonbar.c#L733) line instead of coming up with that monstrosity?

What about this patch: ```diff diff --git a/lemonbar.c b/lemonbar.c index 9220af0..d468dad 100644 --- a/lemonbar.c +++ b/lemonbar.c @@ -1210,6 +1210,8 @@ init (char *wm_name) // Some WM such as Openbox need...

Since we have underlines and overlines it might make sense to have also vert(ical)lines (that could be just considered as a very thin slant...I think the slant idea has some...

I guess the bar should stretch or do something like that, summoning @jvvv for ideas

Oh, I didn't mean to parse the Xresource at all, the dpi value can be easily calculated from the monitor size and providing a way to override the default dpi...