hyprland-community / pyprland

Scratchpads & many goodies for Hyprland [maintainer=@fdev31]
MIT License
390 stars 17 forks source link

Exclude appears not working on 1.6.8 #37

Closed cunbidun closed 10 months ago

cunbidun commented 11 months ago

Hi, I just update to the latest version 1.6.8 and the exclude feature appears not working. Steps to reproduce

  1. Open term scratchpad
  2. Open messenger scratchpad
  3. I expect the term scratchpad is hidden by pypr, but it's not. Both scratchpad are showed at the same time.

My configurations:

[pyprland]
plugins = [
  "scratchpads",
]

[scratchpads.term]
command = "alacritty -t __scratchpad"
animation = ""
lazy = true
unfocus = ""
size = "50% 50%"
position = "25% 25%"
excludes = "*"

[scratchpads.messenger]
command = "caprine"
animation = ""
unfocus = ""
lazy = true
size = "50% 50%"
position = "25% 25%"
excludes = "*"

Thank you!

fdev31 commented 10 months ago

Released 1.6.9 fixing the regression, thank you for the report!