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

Fixes #608 make exclusive more configurable on wayland #609

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

viandoxdev
Copy link
Contributor

@viandoxdev viandoxdev commented Oct 29, 2022

Description

Changes the exclusive property on wayland to allow for another option: ignore

Usage

  :exclusive "exclusive" ; reserve space
  :exclusive "normal" ; default behavior
  :exclusive "ignore" ; don't move window if occluding another

Additional Notes

Not a fan of the names exclusive, normal, ignore, :exclusive "exclusive" looks weird and they're not really explicit.
Pretty sure this count as a breaking change too.

Checklist

  • All widgets I've added are correctly documented.
  • I added my changes to CHANGELOG.md, if appropriate.
  • The documentation in the docs/content/main directory has been adjusted to reflect my changes.
  • I used cargo fmt to automatically format all code before committing

@elkowar
Copy link
Owner

elkowar commented Jan 5, 2023

Yea, having the breaking change here is kind of annoying... I'd love to either include this in a release that already includes other breaking changes, or make it not break the current format. Any ideas as to how you could implement this without breaking backwards-compatibility?

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

Successfully merging this pull request may close these issues.

None yet

2 participants