wm: add WindowManager module with ext-workspace support

This commit is contained in:
outfoxxed 2025-06-21 12:57:15 -07:00
parent 9e8eecf2b8
commit 6705e2da77
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
22 changed files with 1337 additions and 0 deletions

View file

@ -26,6 +26,7 @@ set shell id.
- Added Quickshell version checking and version gated preprocessing.
- Added a way to detect if an icon is from the system icon theme or not.
- Added vulkan support to screencopy.
- Added generic WindowManager interface implementing ext-workspace.
## Other Changes