feat: Add basic support for foreign top level management.

- Allow users to minimize other applications by sending a
`ForeignToplevelEvent`.
This commit is contained in:
Naman Agrawal
2025-09-01 10:57:24 +05:30
parent 541e0e646f
commit acf9fd122f
5 changed files with 222 additions and 1 deletions
+1
View File
@@ -17,3 +17,4 @@ lazy_static = "1.5.0"
raw-window-handle = "0.6.2"
smithay-client-toolkit = "0.20.0"
wayland-backend = { version = "0.3.11", features = ["client_system"] }
wayland-protocols-wlr = "0.3.9"