aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/criteria.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/criteria.h')
-rw-r--r--include/sway/criteria.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/criteria.h b/include/sway/criteria.h
index f7e788c8..8a1d9e5e 100644
--- a/include/sway/criteria.h
+++ b/include/sway/criteria.h
@@ -20,6 +20,7 @@ struct criteria {
20 char *cmdlist; 20 char *cmdlist;
21 char *target; // workspace or output name for `assign` criteria 21 char *target; // workspace or output name for `assign` criteria
22 22
23 bool autofail; // __focused__ while no focus or n/a for focused view
23 pcre *title; 24 pcre *title;
24 pcre *shell; 25 pcre *shell;
25 pcre *app_id; 26 pcre *app_id;