Load system_actions config, and refactor commmand spawning code

This commit is contained in:
Ian Douglas Scott 2024-10-27 21:21:10 -07:00
parent cad6a0e82c
commit a45b68f0cf
3 changed files with 314 additions and 11 deletions

View file

@ -10,6 +10,7 @@ wayland-protocols = { version = "0.32.3", features = ["client", "staging"] }
wayland-protocols-wlr = { version = "0.3.3", features = ["client"] }
cosmic-config = { git = "https://github.com/pop-os/libcosmic", features = ["calloop"] }
cosmic-idle-config = { path = "./cosmic-idle-config" }
cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon" }
calloop = { version = "0.14.0", features = ["executor"] }
calloop-wayland-source = "0.4.0"
log = "0.4.22"