diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-11-25 09:28:43 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-11-25 09:28:43 -0500 |
commit | 9fb020d04c487904ef3d87a15bbdc885cca886e7 (patch) | |
tree | e0db18f975f0a656c751408ab4cc3171ef7736e9 /include/config.h | |
parent | 964b4d2ddb212421062524eb007bcd199de277bc (diff) | |
parent | 5483fe18837636c091d01d0ae44614bbc5494767 (diff) |
Merge pull request #251 from sce/criteria_1
criteria: Add. Learn for_window command.
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 3bdbdb7b..6b48063a 100644 --- a/include/config.h +++ b/include/config.h @@ -66,6 +66,7 @@ struct sway_config { list_t *cmd_queue; list_t *workspace_outputs; list_t *output_configs; + list_t *criteria; struct sway_mode *current_mode; uint32_t floating_mod; enum swayc_layouts default_orientation; |