listen to output events from the wlr protocol

This commit is contained in:
2025-01-04 15:44:06 +00:00
parent 5718d8d772
commit 0f72c41b42
5 changed files with 553 additions and 13 deletions

View File

@@ -16,3 +16,7 @@ serde_json = "1.0.133"
kdl = "6.1.0"
xdg = "2.5.2"
wayland-client = "0.31.7"
wayland-protocols = { version = "0.32.5" , features = ["client", "unstable"] }
wayland-protocols-wlr = { version = "0.3.5", features = ["client"] }