aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/criteria.h
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-27 14:14:46 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-27 22:02:00 +1000
commit484cc189e909e6b8df42e80386e0335d6d317a6e (patch)
tree330c3cc22d7ca4d2773c208bd1f72e79b6f19c47 /include/sway/criteria.h
parentMerge pull request #2048 from RyanDwyer/title-format-app-id (diff)
downloadsway-484cc189e909e6b8df42e80386e0335d6d317a6e.tar.gz
sway-484cc189e909e6b8df42e80386e0335d6d317a6e.tar.zst
sway-484cc189e909e6b8df42e80386e0335d6d317a6e.zip
Add shell criteria token
Closes #2044.
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 74da132c..bd3ca0ac 100644
--- a/include/sway/criteria.h
+++ b/include/sway/criteria.h
@@ -18,6 +18,7 @@ struct criteria {
18 char *target; // workspace or output name for `assign` criteria 18 char *target; // workspace or output name for `assign` criteria
19 19
20 pcre *title; 20 pcre *title;
21 pcre *shell;
21 pcre *app_id; 22 pcre *app_id;
22 pcre *class; 23 pcre *class;
23 pcre *instance; 24 pcre *instance;