From a37d2da931d665490b3c6b8d866be7ee41b44691 Mon Sep 17 00:00:00 2001 From: Cyril LEVIS Date: Sun, 7 Jan 2024 13:50:16 +0100 Subject: [PATCH] chore: prevent log flood when some event are send Hyprland-autoname-workspace send rename event that are not handle by the version of the lib you use. But the flag silent exist, so I enable it. Thanks! --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]