aboutsummaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-11-25 09:28:43 -0500
committerDrew DeVault <sir@cmpwn.com>2015-11-25 09:28:43 -0500
commit9fb020d04c487904ef3d87a15bbdc885cca886e7 (patch)
treee0db18f975f0a656c751408ab4cc3171ef7736e9 /include/config.h
parent964b4d2ddb212421062524eb007bcd199de277bc (diff)
parent5483fe18837636c091d01d0ae44614bbc5494767 (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.h1
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;