mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
Stop destroying empty workspaces
Otherwise information about assigned output is lost
This commit is contained in:
parent
28cadf5580
commit
6c9995b859
9 changed files with 2 additions and 52 deletions
|
|
@ -56,8 +56,6 @@ void workspace_destroy(struct sway_workspace *workspace);
|
|||
|
||||
void workspace_begin_destroy(struct sway_workspace *workspace);
|
||||
|
||||
void workspace_consider_destroy(struct sway_workspace *ws);
|
||||
|
||||
char *workspace_next_name(const char *output_name);
|
||||
|
||||
bool workspace_switch(struct sway_workspace *workspace,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue