mirror of
https://github.com/wizbright/waybox.git
synced 2026-02-18 22:05:42 -05:00
Basic config-file support
This commit is contained in:
parent
82ddb3f59f
commit
8153a24863
10 changed files with 312 additions and 48 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue