move fonts

This commit is contained in:
speediegq 2022-10-20 15:43:42 +02:00
parent 5569f969b0
commit be47a82314

View file

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