mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
Preserving previous output
This commit is contained in:
parent
992d201512
commit
b6efbc6f04
5 changed files with 18 additions and 3 deletions
|
|
@ -45,6 +45,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue