You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
Hello, is this usable for making a Wayland compositor with Qt?
I am looking for a way to write a minimalistic tiling window manager using wlroots that uses Qt6 Widgets to draw window decorations (title, close button, minimize/maximize buttons). I want it to support all Wayland protocols that wlroots is supporting without having much work on my side every time a new protocol is added.
Can this be done using qwlroots? Is there even an example maybe?
I want to make window decorations like this (see the window title and buttons):
Hello, is this usable for making a Wayland compositor with Qt?
I am looking for a way to write a minimalistic tiling window manager using wlroots that uses Qt6 Widgets to draw window decorations (title, close button, minimize/maximize buttons). I want it to support all Wayland protocols that wlroots is supporting without having much work on my side every time a new protocol is added.
Can this be done using qwlroots? Is there even an example maybe?
I want to make window decorations like this (see the window title and buttons):
And a drop shadow.