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

Wire up groups and listen to output configuration events #68

Merged
merged 3 commits into from
Oct 20, 2024

Conversation

sdilts
Copy link
Collaborator

@sdilts sdilts commented Oct 20, 2024

Add group objects, which represent the set of frame trees that are currently being displayed. Each frame tree is associated with an output, and should follow the output whenever it moves or changes resolution.

  • The frame trees are associated with the outputs using their name, which should be unique across different monitors, even of the same type. That might not be the case though, and it will need to be changed. The name was chosen to make debugging easier.
  • Nothing related to switching the current group is implemented, which will probably require some refactoring.

Add single function to set both the x and y coordinate so of an object
and use it.
Add group objects, which represent the set of frame trees that are
currently being displayed. Each frame tree is associated with an
output, and should follow the output whenever it moves or changes
resolution.
+ The frame trees are associated with the outputs using their name,
  which should be unique across different monitors, even of the same
  type. That might not be the case though, and it will need to be
  changed. The name was chosen to make debugging easier.
+ Nothing related to switching the current group is implemented, which
  will probably require some refactoring.
@sdilts sdilts force-pushed the feat/wire-up-output-configuration-events branch from 8fa6172 to 66735b9 Compare October 20, 2024 03:52
@sdilts sdilts merged commit b361dff into master Oct 20, 2024
1 check passed
@sdilts sdilts deleted the feat/wire-up-output-configuration-events branch October 20, 2024 16:35
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.

1 participant