diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-11-04 17:29:52 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-11-06 19:45:03 -0500 |
| commit | 95fb3cad63941466e913775a3c080b310d45d13a (patch) | |
| tree | 555cbaf4d5fd7454efbe6ab200e268c04b53ed49 /main.c | |
| parent | 38d43004656a2d00960484e5e5a5ece46bde840b (diff) | |
refactor onfig file and delete word backward
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); |
