This commit is contained in:
Andrew Laucius 2026-04-20 06:00:19 +07:00 committed by GitHub
commit ed30150d68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 18 additions and 3 deletions

View file

@ -46,6 +46,7 @@ struct sway_workspace {
struct side_gaps gaps_outer;
struct sway_output *output; // NULL if no outputs are connected
char *previous_output_name; // NULL if no previous output
list_t *floating; // struct sway_container
list_t *tiling; // struct sway_container
list_t *output_priority;