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

Exclude dialog boxes by default #58

Closed
scubamount opened this issue Apr 20, 2022 · 1 comment
Closed

Exclude dialog boxes by default #58

scubamount opened this issue Apr 20, 2022 · 1 comment

Comments

@scubamount
Copy link
Contributor

In relation to a similar issue, is there a class or match_title that could be implemented like this? If I could find out how to universally exclude things like explorer or dialog popups, I would submit a pull

@nascentt
Copy link

nascentt commented Apr 20, 2022

I think I know what you're referring to however from my experience if a window cannot be resized (ie a fixed dialog) GlazeWM will not tile it but instead center it on the screen above any tiled windows (example start> run). which to me is the perfect behavior.

What I think you're referring to is the tiling of resizable dialogs such as Open and Save As dialogs?

I just created some rules for this which seem to work for me. They can probably be further filtered to prevent false positives, but at least these catch the open and save dialogs I have tested.

window_rules:
  - command: "ignore"
    match_title: "/Save As/"
  - command: "ignore"
    match_title: "/Open/"

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