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

[WIP] wlr workspaces implement #5597

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Anakael
Copy link

@Anakael Anakael commented Aug 2, 2020

Implementation of swaywm/wlr-protocols#35
Depends on: swaywm/wlr-protocols#35 and swaywm/wlroots#2357

What works:

  • Enumeration of enabled workspaces
  • Activate request

What almost works:

  • Coordinations setting. I set them in order_output. But this method is not triggered by every workspace creation/destroy.
    So behavior is inconsistent. Need to find right place to set coordinates

What need to rework:

  • workspace_group is created for each output. There is need to extend config to support other cases such one group for each outputs

@emersion emersion added the enhancement New feature or incremental improvement label Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or incremental improvement
Development

Successfully merging this pull request may close these issues.

2 participants