Add support for workspace [name] output [name]

This commit is contained in:
Drew DeVault 2015-08-17 20:34:53 -04:00
parent 3f3d1ffee4
commit 780893a933
4 changed files with 61 additions and 25 deletions

View file

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