Skip to content

Commit

Permalink
force class match if process_tracking is false
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Nov 30, 2023
1 parent dcdc0c1 commit d85ff23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Check the [Getting started](https://github.com/hyprland-community/pyprland/wiki/

> [!note]
> **WIP: current `main` branch**
> - no activity
> - `scratchpads`: enable `class_match` automatically if `process_tracking=false`
# 1.6.6

Expand Down
1 change: 1 addition & 0 deletions pyprland/plugins/scratchpads.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def __init__(self, uid, opts):
self.conf = opts
if not opts.get("process_tracking", True):
self.conf["lazy"] = True
self.conf["class_match"] = True
self.visible = False
self.client_info = {}
self.should_hide = False
Expand Down

0 comments on commit d85ff23

Please sign in to comment.