hyprland-community / pyprland

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

[BUG] expose plugin sends special workspaces to workspace 1 #119

Closed axelKeizoStahl closed 1 month ago

axelKeizoStahl commented 2 months ago

Pyprland version Which version did you use? (copy & paste the string returned by pypr version) 2.4.0-8 Describe the bug If you use special workspaces in expose, when closing the "expose" workspace, the special workspaces get sent to workspace 1.

To Reproduce Steps to reproduce the behavior:

  1. Set "include_special" to true for the expose plugin.
  2. Toggle expose to on when a special workspace is open (not focused).
  3. Toggle off expose.

Expected behavior The special workspaces should be sent to their original special workspace

Configuration (provide following files/samples when relevant):

[expose] include_special = true

fdev31 commented 2 months ago

All good in git ? :)

fdev31 commented 1 month ago

Fixed, check #120 for details