From 780893a9338fe948cbb12c3b0ce3942ec8001ccf Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 17 Aug 2015 20:34:53 -0400 Subject: Add support for workspace [name] output [name] --- include/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') 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 -- cgit v1.2.3