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

Show workspaces on all outputs if persistent_workspaces value is empty #2442

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

PucklaJ
Copy link
Contributor

@PucklaJ PucklaJ commented Aug 30, 2023

This would make the behavior consistent with sway/workspaces and wlr/workspaces. A config like this:

"hyprland/workspaces": {
    "disable-scroll": true,
    "active-only": false,
    "all-outputs": false,
    "on-click": "activate",
    "sort-by-number": true,
    "persistent_workspaces": {
      "1": [],
      "2": [],
      "3": [],
      "4": [],
      "5": []
    }
  }

Would show workspaces 1 - 5 on all outputs.

…is given

This behaviour is consistent with sway/workspaces and wlr/workspaces
@Alexays Alexays merged commit d7d4a6c into Alexays:master Sep 1, 2023
8 checks passed
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.

3 participants