diff --git a/Cargo.toml b/Cargo.toml index d31c371..b4da258 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies] clap = { version = "4.4.7", features = ["derive"] } ctrlc = { version = "3.4.1", features = ["termination"] } -hyprland = "=0.3.9" +hyprland = { version = "=0.3.9", features = ["silent"] } single-instance = "0.3.3" [build-dependencies]