You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a Hyprland workspace is created, it will become orphaned if it's renamed before this call to retrieve the list of workspaces from Hyprland. The workspaces are matched to monitors by name, not ID. So the newly created workspaces don't appear in the Waybar.
I have a fix I'm using locally, which just falls back to trying to match against the ID. Though it feels a bit hacky to me - it would be better if it was possible to extract the ID of the created workspace from the Hyprland event, itself. Then the match would be safe regardless of renaming.
The text was updated successfully, but these errors were encountered:
When a Hyprland workspace is created, it will become orphaned if it's renamed before this call to retrieve the list of workspaces from Hyprland. The workspaces are matched to monitors by name, not ID. So the newly created workspaces don't appear in the Waybar.
This is common when Waybar is used in conjunction with a tool like hyprland-autoname-workspaces.
I have a fix I'm using locally, which just falls back to trying to match against the ID. Though it feels a bit hacky to me - it would be better if it was possible to extract the ID of the created workspace from the Hyprland event, itself. Then the match would be safe regardless of renaming.
The text was updated successfully, but these errors were encountered: