Thorsten Wißmann

Results 161 comments of Thorsten Wißmann

Hi, sorry for not having reacted earlier, @fabian-thomas. I'll give more detailed answer regarding masterstack in the PR #1556 discussion. The other layouts (various variants of grid, fibonacci) sound fine....

I forgot to answer here: the git version of hlwm currently have a css-style theming engine which makes it easy to define tab separators: ![rezlooks-green-tab-separator](https://github.com/herbstluftwm/herbstluftwm/assets/9048813/3dafd6d5-0508-4fbd-b523-6ecf530423b6) The css file in use...

yes, I started the CSS implementation also because I wanted to achieve rounded corners at some point :-) , but it's not implemented so far.

@peterwu there is `herbstclient --binary-pipe` now, which is probably easier to use than any library while still being faster compared to mulitple `exec()` calls. The interface is described in the...

Thanks for the very precise description, I can reproduce the issue! For the reproduction of this issue with the default autostart, I also had to set ``` hc set always_show_frame...

The monitor handling of lemonbar is just wrong in some cases. If you run `barpyrus 0` or `barpyrus 1`, can you check the `-g` parameter to lemonbar? The geometry should...

I'd say `__call__` should check the exit code per default. I've implemented the check in 0f78dcd5a2cf0ce715dcdfad5368bd129ce7bc24.

herbstluftwm does not implement a font fallback-mechanism, so you need to set a font that supports the characters that you need. For example, for japanese characters, you can set the...

I don't use `smart_window_surroundings`, so it seems I forgot about this case, and this conflict needs to be fixed somehow. Thanks for letting me know! Before the implementation of tabs,...

This PR is precisely the same as my PR #8, just with a slightly different comment.