Basic config-file support

This commit is contained in:
Keith Bowes 2022-02-01 20:26:50 -05:00
parent 82ddb3f59f
commit 8153a24863
10 changed files with 312 additions and 48 deletions

View file

@ -25,6 +25,7 @@
#include <locale.h>
#define _ gettext
#include "config.h"
#include "waybox/cursor.h"
#include "decoration.h"
#include "layer_shell.h"
@ -40,6 +41,9 @@ struct wb_server {
struct wlr_output_layout *output_layout;
struct wlr_renderer *renderer;
struct wb_config *config;
char *config_file;
struct wb_cursor *cursor;
struct wb_seat *seat;