Skip to content

dispatches do no work on hyprland 0.55 #391

Description

@tomjemmett

I've noticed that hyprland-autoname-workspaces is not working for me since I moved to hyprland 0.55 (someone else has already reported this: hyprland-community/hyprland-autoname-workspaces#137).

While trying to debug that, everything seems to be running fine, it's raising no errors or warnings when it tries to rename workspaces.

When I dug down to this package, I can see hyprland-autoname-workspaces would be triggering

hyprland-rs/src/dispatch.rs

Lines 829 to 834 in 1433cd9

RenameWorkspace(id, name) => {
format!(
"renameworkspace{sep}{id} {}",
name.unwrap_or(&id.to_string())
)
}

but the syntax in hyprland 0.55 is now:

hyprctl dispatch 'hl.dsp.workspace.rename({ workspace=1, name="test" })'

this is going to affect all of the dispatches I assume?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions