Stein Gunnar Bakkeby
Stein Gunnar Bakkeby
The mouse shortcuts / button bindings pass in an integer (`.i`) value of `1` to to the kscrollup and kscrolldown functions indicating that when using the mouse wheel the terminal...
The default patches and config files are what comes with the program. When you run make the first time then those will be copied to (your personal) patches.h and config.h...
Looks to be just a side effect of using fallback fonts that are of a different size (larger) than the primary font - not all fonts are created alike or...
You are right, the box drawing glyphs are larger in this font. I can only assume that the technical reasons for this is that the font does not come with...
That would be quite a niche feature indeed, but I can see this potentially being useful depending on what you use the secondary bar for. There are probably many ways...
Do you have `BAR_WINTITLEACTIONS_PATCH` enabled?
Ah I forgot about that, https://github.com/bakkeby/dwm-flexipatch/blob/23c76d13b5376e78c268006da57d132883d5df9b/patches.def.h#L363 You can replace all of that with `1` if you like, the `BAR_AWESOMEBAR_PATCH || BAR_TABGROUPS_PATCH || BAR_FLEXWINTITLE_PATCH ` bit is just to enable wintitle...
It is pretty unintuitive to let focus drift to hidden windows, so it doesn't make much sense to have that as the default. Users can make it so that it...
That would be the only reason.
I presume this is in the context of a traditional bar with patches applied from the suckless site? Looking at the bartabgroups patch we have that the calls to bartabcalculate...