mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-16 06:59:52 -05:00
feat: support stack layout config hot reload
This commit is contained in:
parent
faa14ff272
commit
defaedb365
2 changed files with 15 additions and 1 deletions
3
maomao.c
3
maomao.c
|
|
@ -656,7 +656,6 @@ static Atom netatom[NetLast];
|
|||
|
||||
/* configuration, allows nested code to access above variables */
|
||||
#include "preset_config.h"
|
||||
#include "parse_config.h"
|
||||
|
||||
/* attempt to encapsulate suck into one file */
|
||||
#include "client.h"
|
||||
|
|
@ -681,6 +680,8 @@ struct Pertag {
|
|||
static pid_t *autostart_pids;
|
||||
static size_t autostart_len;
|
||||
|
||||
#include "parse_config.h"
|
||||
|
||||
struct vec2 {
|
||||
double x, y;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue