Skip to content

Commit

Permalink
1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Nov 25, 2023
1 parent a206b03 commit 4859d89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Check the [Getting started](https://github.com/hyprland-community/pyprland/wiki/
> **WIP: current `main` branch**
> - Nothing
## 1.6.3

- Hot fix - a wrong assert statement was introduced in 1.6.2

# 1.6.2

- add a `--config <path>` argument
Expand Down
1 change: 0 additions & 1 deletion pyprland/plugins/scratchpads.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@ async def _fix_size_and_position(self, item, monitor):

size = item.conf.get("size")
position = item.conf.get("position")
assert any((size, position))
if position:
x_pos, y_pos = convert_coords(self.log, position, monitor)
x_pos_abs, y_pos_abs = x_pos + monitor["x"], y_pos + monitor["y"]
Expand Down

0 comments on commit 4859d89

Please sign in to comment.