Skip to content

Commit

Permalink
Merge pull request #55 from cyrinux/fix/make-silent
Browse files Browse the repository at this point in the history
chore: prevent log flood when some event are send
  • Loading branch information
donovanglover authored Jan 7, 2024
2 parents b6cc82a + a37d2da commit b02ae99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b02ae99

Please sign in to comment.