Consolatis
Consolatis
We only log an error currently whenever the xml from the config file is invalid (e.g. missing closing tags, misspelled start/end tag and similar). This is really difficult for users...
There is also a difference between values and node / attribute names, e.g. window rules should keep their casing for the filters. Currently the situation looks like: `grep -c strcmp...
> I start to wonder if we should try to implement "all the settings" for libinput rather than adding new ones bit by bit when requested. - [ ] disable...
Prevents stuff like - #1118 from slipping through. It would likely have to be a system wide installation rather than a statically compiled subproject. Otherwise we could potentially still include...
Some users might not expect the build setup to automatically download the wlroots repo if no system wide installation is found. Maybe we should mention it along with the build...
Same story as - #626 This branch is not intended to be merged anytime soon but should allow to collaborate on chasing wlroots master. As in the previous PR, feel...
Fixes: - #1640 Other than fixing that bug It also doesn't make sense to allow control of windows from within the window switcher in the first place. Testing appreciated.
I've seen a segfaut on void with the new runtime test once (on a PR without any actual changes that could cause it) but retrying the job didn't show the...
This allows to replace the usual maximize behavior that does not respect gaps with SnapToEdge direction="center" which does respect gaps. It can be bound to the SSD Maximize button and...
I am actually not sure if we constrain nested layershell popups correctly (e.g. layershell surface -> popup -> popup). We generate `output_toplevel_sx_box` on the first popup and then just copy...