Add shell criteria token

Closes #2044.
This commit is contained in:
Ryan Dwyer 2018-05-27 14:14:46 +10:00
parent 0c4b7907a0
commit 484cc189e9
3 changed files with 24 additions and 0 deletions

View file

@ -18,6 +18,7 @@ struct criteria {
char *target; // workspace or output name for `assign` criteria
pcre *title;
pcre *shell;
pcre *app_id;
pcre *class;
pcre *instance;