diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,7 @@ #include <poll.h> #include <unistd.h> +#include "config.h" #include "array.h" #include "state.h" #include "wayland.h" @@ -47,6 +48,8 @@ int main(int argc, char* argv[]) { state.page_indices = array_new(size_t, 0); state.strstr = strstr; + init_conf(); + // check locale setlocale(LC_ALL, ""); const char *encoding = nl_langinfo(CODESET); |
