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] Amethyst Floating Window Restrictions Not Working #1747

Open
bitbalancer opened this issue Feb 15, 2025 · 2 comments
Open

[BUG] Amethyst Floating Window Restrictions Not Working #1747

bitbalancer opened this issue Feb 15, 2025 · 2 comments

Comments

@bitbalancer
Copy link

bitbalancer commented Feb 15, 2025

Describe the bug

The Floating Window Exceptions feature in Amethyst is failing to correctly recognize and float windows with the specified title. When adding an exception for Arc with an exact window title, Amethyst does not apply the floating rule, even though multiple windows exist with that exact title.

Image

Applications

  • Arc Browser

To Reproduce

Steps to reproduce the behavior:

  1. Go to Amethyst Preferences --> Floating
  2. Select Automatically float application listed
  3. Add Arc
  4. Add the following name to Window Title Restrictions: Cambridge Dictionary | English Dictionary, Translations & Thesaurus
  5. Open Cambridge Dictionary | English Dictionary, Translations & Thesaurus in Little Arc
  6. Observe that the window does not float, despite matching the exception criteria.

Image

Expected Behavior

Amethyst should recognize the exact window title in Floating Restrictions and prevent the window from tiling. Instead, it remains tiled and follows the normal tiling behavior.

Versions

  • macOS: Sequoia 15.3
  • Amethyst: 0.22.2
@bitbalancer bitbalancer changed the title Amethyst Floating Window Restrictions Not Working [BUG] Amethyst Floating Window Restrictions Not Working Feb 15, 2025
@ianyh
Copy link
Owner

ianyh commented Feb 16, 2025

This usually means that the window doesn't start out with a meaningful title, so at the point where we begin tracking it the window title doesn't match any of the rules.

@bitbalancer
Copy link
Author

Thanks for the response. I was hoping to make it work, however such is life. Please keep up the good work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants