swaynag: allow more config options

This commit is contained in:
Brian Ashworth 2018-07-29 22:42:03 -04:00
parent ca40298af4
commit e01acb6097
10 changed files with 379 additions and 137 deletions

View file

@ -4,7 +4,7 @@
#include "list.h"
int swaynag_parse_options(int argc, char **argv, struct swaynag *swaynag,
list_t *types, char **config, bool *debug);
list_t *types, struct swaynag_type *type, char **config, bool *debug);
char *swaynag_get_config_path(void);