hyprland/workspaces: Show workspace on all outputs if an empty array is given
This behaviour is consistent with sway/workspaces and wlr/workspacespull/2442/head
parent
b665843085
commit
a18b41911d
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue