This commit is contained in:
speediegq 2022-10-20 15:44:46 +02:00
parent be47a82314
commit 3f044a9672

View file

@ -782,17 +782,17 @@ static int systraypinningfailfirst = 1;
#include "text.h" /* Include tags and layouts */
/* Rest of the IPC support */
#if USEIPC
#include "toggle/ipc-yajl.c"
#endif
/* Layout code */
#include "layouts.c" /* Enable patched layouts */
/* Signals */
#include "signal.h" /* Include signal support */
/* Rest of the IPC support */
#if USEIPC
#include "toggle/ipc-yajl.c"
#endif
static char *fontarray[] = { font1, font2, font3, fonts }; /* All fonts */
unsigned int tagw[LENGTH(tags)];