iwaku config changes, load changes, hypr support only IF passed the same as zshell

This commit is contained in:
2026-05-13 13:59:42 +02:00
parent 075cd42064
commit cf634a76f2
5 changed files with 70 additions and 74 deletions
Generated
+11 -11
View File
@@ -405,6 +405,17 @@ version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
[[package]]
name = "iwaku"
version = "0.1.0"
dependencies = [
"anyhow",
"image",
"serde",
"serde_json",
"tiny-skia",
]
[[package]]
name = "jobserver"
version = "0.1.34"
@@ -790,17 +801,6 @@ version = "0.8.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47b34b781b31e5d73e9fbc8689c70551fd1ade9a19e3e28cfec8580a79290cc4"
[[package]]
name = "rs-pictures"
version = "0.1.0"
dependencies = [
"anyhow",
"image",
"serde",
"serde_json",
"tiny-skia",
]
[[package]]
name = "rustversion"
version = "1.0.22"