kiwmi
kiwmi copied to clipboard
A fully programmable Wayland Compositor
*Opening this initial PR for feedback, not as a request for merging* There are a number of TODO items: - hardcoded scaling for mapping the touch co-ordinate system into layout...
This is maybe a gcc vs clang thing?
Outputs get events that trigger before and after all their windows get drawn. Views get events that trigger when a window's title is changed so I can keep my status...
This allows things like wlr-randr to work. There's the standard wlroots plumbing to connect up, plus a few extra checks here and there to make sure we're not trying to...
Once #50 is merged, the next logical step is letting the config manipulate the scene: if for nothing else, at least for decorations. These are some possibilities how to do...
Targeting kiwmi everyday use it's mandatory to support legacy X clients seamlessly. thanks
``` $ waylock thread 'main' panicked at '[SCTK] A missing global was required: zwlr_input_inhibit_manager_v1', /usr/src/RPM/BUILD/waylock-0.3.3/vendor/smithay-client-toolkit/src/environment.rs:149:21 ``` thanks
``` $ swayidle timeout 4 "gmessage asd" Display doesn't support idle protocol ``` thanks
This is just an idea, but I’d like to know what you think about it and if you would support it. The goal would be to allow users to create...
I think the main question here is the shape of the API we want to expose to lua. As a conversation starter, here is my PoC implementation that mostly just...