Implement no_focus

Ref #2
This commit is contained in:
Drew DeVault 2017-04-26 15:29:42 -04:00
parent 3c1fc00f12
commit 51143a75af
8 changed files with 72 additions and 3 deletions

View file

@ -36,4 +36,7 @@ list_t *criteria_for(swayc_t *cont);
// Returns a list of all containers that match the given list of tokens.
list_t *container_for(list_t *tokens);
// Returns true if any criteria in the given list matches this container
bool criteria_any(swayc_t *cont, list_t *criteria);
#endif