Skip to content

Commit

Permalink
use hyprland-rs silent feature
Browse files Browse the repository at this point in the history
  • Loading branch information
FieldofClay committed Apr 27, 2024
1 parent 449eaa6 commit a0703a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ repository = "https://github.com/FieldofClay/hyprland-activewindow"
readme = "README.md"
keywords = ["hyprland", "eww"]
categories = ["command-line-utilities"]
version = "1.0.1"
version = "1.0.2"
edition = "2021"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hyprland = "0.3.13"
hyprland = { version = "0.3.13", features = ['silent'] }
serde_json = "1.0"
serde = "1.0"
flexi_logger = "0.28"
Expand Down

0 comments on commit a0703a2

Please sign in to comment.