-
Notifications
You must be signed in to change notification settings - Fork 102
Layout engines now ignore minimized windows #197
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
Conversation
Given @rickbutton 's reply on the original issue:
... I guess this change should probably be enabled by a config-setting and not a hard-coded default like here. |
0fde12f
to
1278d32
Compare
I've updated it to so that The default behaviour is now to not allow minimizing. |
c3dd38d
to
cdb2c93
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
@rickbutton What do you think about this PR as it looks now? |
Can anyone else (with write-access) review and approve this PR? It needs one more approval. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, would only ask to also update the docs & default config file with the additional flag to make sure users are aware of it's existence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Resolves #72