diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index c9fd374c..38e93eb8 100644 --- a/include/config.h +++ b/include/config.h @@ -21,10 +21,16 @@ struct sway_mode { list_t *bindings; }; +struct workspace_output { + char *output; + char *workspace; +}; + struct sway_config { list_t *symbols; list_t *modes; list_t *cmd_queue; + list_t *workspace_outputs; struct sway_mode *current_mode; // Flags |