Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Windows don't obay window_rules and/or disappear and become background processes #718

Closed
Sh00Fly opened this issue Sep 12, 2024 · 1 comment · Fixed by #727
Closed
Labels
released type: bug Something isn't working

Comments

@Sh00Fly
Copy link

Sh00Fly commented Sep 12, 2024

Describe the bug

When I have two rules that are supposed to move either chrome or firefox to the same workspace things get weird.
Sometimes it works fine, sometimes a browser ends up on a random workspace, and sometimes a browser disappears and only can be found under background processes in task manager.

window_rules:
  - commands: ["move --workspace 04"]
    match:
      # Move browsers to workspace 04.
      - window_process: { regex: "chrome" }
      
  - commands: ["move --workspace 04"]
    match:
      # Move browsers to workspace 04.
      - window_process: { regex: "firefox" }

Reproduction

Have two separate window rules move two programs to the same workspace.
Try to open and close the two programs repeatedly and observe windows misplaced and disappearing.

Stack trace or error logs (if applicable)

No response

Version number

v3.1.1

@Sh00Fly Sh00Fly added the type: bug Something isn't working label Sep 12, 2024
@github-project-automation github-project-automation bot moved this to 📬 Needs triage in glazewm Sep 12, 2024
@github-project-automation github-project-automation bot moved this from 📬 Needs triage to ✅ Done in glazewm Sep 16, 2024
Copy link

🎉 This issue has been resolved in version 3.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released type: bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant