mirror of
https://github.com/swaywm/sway.git
synced 2026-04-17 06:46:32 -04:00
Implement workspace <name> persistent yes|no
This commit is contained in:
parent
6a1c176d14
commit
f57149dedd
3 changed files with 33 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ struct sway_workspace {
|
|||
list_t *tiling; // struct sway_container
|
||||
list_t *output_priority;
|
||||
bool urgent;
|
||||
bool persistent;
|
||||
|
||||
struct sway_workspace_state current;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue