swaynag: split config into own file and fix optind

This commit is contained in:
Brian Ashworth 2018-07-28 22:56:12 -04:00
parent 58f3fa74ae
commit 6124d0f9a2
6 changed files with 315 additions and 289 deletions

View file

@ -6,6 +6,7 @@
#include <string.h>
#include <strings.h>
#include "list.h"
#include "swaynag/config.h"
#include "swaynag/types.h"
#include "util.h"