Implement workspace <name> persistent yes|no

This commit is contained in:
Marko 2023-06-09 20:15:00 +02:00
parent 6a1c176d14
commit f57149dedd
3 changed files with 33 additions and 0 deletions

View file

@ -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;
};