Skip to content

Commit

Permalink
fix layout_center window rule application
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Jun 11, 2024
1 parent 81895c7 commit c19983f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyprland/plugins/layout_center.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async def on_reload(self) -> None:
await self.hyprctl("windowrulev2 unset, tag:layout_center")
commands = [f"windowrulev2 {rule}, tag:layout_center" for rule in self.config.get("style", [])]
if commands:
await self.hyprctl(commands)
await self.hyprctl(commands, "keyword")

# Utils

Expand Down
2 changes: 1 addition & 1 deletion pyprland/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Package version."""

VERSION = "2.3.7-2"
VERSION = "2.3.7-3"

0 comments on commit c19983f

Please sign in to comment.