Consolatis
Consolatis
Currently its only documented in `rc.xml.all`.
With 2603dbf labwc refused to update ssd geometry when its geometry is smaller than minimal size in order to prevent passing negative values in wlr_scene_rect_set_size(), but it made ssd for...
Copied over from https://github.com/labwc/labwc/pull/610#issuecomment-1306384695 The `switch()` within the loop doing `break` and `continue` is not exactly easy to grasp though (`break` corresponding to the `switch()` while `continue` corresponds to the...
I am getting `Error (code 421): TOPIC Unknown command`. Is it just not implemented or did I miss setting something up? The account has admin rights on the Matrix side...
My try at implementing a icon lookup priority via window rules. Can be tested with ```xml ``` Notable: - This introduces a subtle change in behavior for `scaled_icon_buffer_set_icon_name()` (only used...
Only very lightly tested.
So new users (or `labwc -C /dev/null` testruns) have some way to spawn a terminal. --- I've gone with `foot`, `alacritty` and `xterm` but feel free to discuss alternatives likely...
We should center the window in those cases and put a solid background behind everything. That is also what the spec requires. >> Just a slightly related note: The reason...
We just released labwc version 0.8.2 which depends on wlroots 0.18.1 or higher. The changelog can be seen [here](https://github.com/labwc/labwc/blob/master/NEWS.md#082). We are very happy to see labwc showing up in some...
Tracking outputs for protocol implementations is a reoccurring thing to do. The main complexity is that we can only send events for outputs actually bound by the client, so rather...