Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrechevalier83 authored Apr 1, 2023
2 parents 0b6545a + 965f0cd commit a588bf0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ once_cell = "1.9"
toml = { "version" = "0.5.8", "features" = ["preserve_order"] }
signal-hook = { version = "0.3.13", default-features = false, features = ["iterator"] }
clap = { version = "3.0.14", default-features = false, features = ["derive", "std"] }
hyprland = { git = "https://github.com/hyprland-community/hyprland-rs.git", branch = "master" }
hyprland = { version = "0.3.1" }
itertools = "0.10.5"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ over
Hyprland configuration
===

Add this line to your hyprland config:
Add this line to your Hyprland config:
```
exec-once = workstyle &> /tmp/workstyle.log
```
Expand Down

0 comments on commit a588bf0

Please sign in to comment.