Skip to content

Commit

Permalink
fix: monitor bad field type, update hyprland-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrinux committed Sep 17, 2023
1 parent b3c273c commit 86e09a4
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
60 changes: 30 additions & 30 deletions 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
@@ -1,7 +1,7 @@
[package]
name = "hyprland-autoname-workspaces"
authors = ["Cyril Levis", "Maxim Baz"]
version = "1.1.9"
version = "1.1.10"
edition = "2021"
categories = ["gui"]
keywords = ["linux", "desktop-application", "hyprland", "waybar", "wayland"]
Expand All @@ -14,7 +14,7 @@ repository = "https://github.com/hyprland-community/hyprland-autoname-workspaces
[dependencies]
regex = "1"
clap = { version = "4.3.19", features = ["derive"] }
hyprland = { version = "0.3.10", features = ["silent"] }
hyprland = { version = "0.3.11", features = ["silent"] }
signal-hook = "0.3.17"
toml = { version = "0.7.6", features = ["indexmap", "preserve_order"] }
xdg = "2.5.2"
Expand Down
2 changes: 1 addition & 1 deletion config.toml.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.1.6"
version = "1.1.10"

[format]
dedup = true
Expand Down
2 changes: 1 addition & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ fn migrate_config_file(
pub fn create_default_config(cfg_path: &PathBuf) -> Result<&'static str, Box<dyn Error + 'static>> {
// TODO: maybe we should dump the config from the default values of the struct?
let default_config = r#"
version = "1.1.6"
version = "1.1.10"
# [format]
# Deduplicate icons if enable.
Expand Down

0 comments on commit 86e09a4

Please sign in to comment.