diff --git a/src/modules/hyprland/workspaces.cpp b/src/modules/hyprland/workspaces.cpp index 9f46b823..170cb67c 100644 --- a/src/modules/hyprland/workspaces.cpp +++ b/src/modules/hyprland/workspaces.cpp @@ -227,6 +227,9 @@ void Workspaces::fill_persistent_workspaces() { break; } } + } else { + // this workspace should be displayed on all monitors + persistent_workspaces_to_create_.emplace_back(key); } } }