show layouts and set layout

This commit is contained in:
2024-12-12 02:19:03 +00:00
parent f0496d20de
commit 9d847b311c
3 changed files with 451 additions and 83 deletions

View File

@@ -6,4 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
json = "0.12.4"
# for config yaml
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.19"
# for json output from swaymsg
serde_json = "1.0.133"
xdg = "2.5.2"