Skip to content

fix: hyprland named persistent workspaces #4272

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

Merged
merged 2 commits into from
Jul 13, 2025
Merged

Conversation

labruzese
Copy link
Contributor

allowed persistent workspaces to be defined with names instead of just id's.

Example:

"persistent-workspaces": {
    "DP-3": [
        "home",
        "firefox",
        "dev",
        "game",
        "scratchpad"
    ],
    "DP-2": [
        "music",
        "firefox-ref",
        "scratchpad2"
    ]
}

labruzese added 2 commits July 3, 2025 17:44
allowed persistent workspaces to be defined with names instead of just
id's
fixes bug where persistent workspaces would not be marked as active
because their id is based on creation time by hyprland and thus we can't
consistently match the id's without constantly changing them (this would
also cause issues with workspace sorting).
@Alexays Alexays merged commit 9477792 into Alexays:master Jul 13, 2025
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.

2 participants