This commit is contained in:
speediegq 2022-10-15 15:07:45 +02:00
parent 3e91a9ba69
commit c615d9b1b6

View file

@ -454,6 +454,7 @@ static void dynamicgrid(Monitor *m);
#endif #endif
#if LAYOUT_CUSTOM #if LAYOUT_CUSTOM
static void custom(Monitor *m); static void custom(Monitor *m);
static void set_s_layout(const Arg *arg);
#endif #endif
#if LAYOUT_DWINDLE #if LAYOUT_DWINDLE
static void dwindle(Monitor *m); static void dwindle(Monitor *m);
@ -733,7 +734,6 @@ static int systraypinningfailfirst = 1;
#define SUPERR Mod5Mask #define SUPERR Mod5Mask
/* Rest of the headers */ /* Rest of the headers */
#include "layouts.c" /* Enable patched layouts */
#include "autostart.h" /* Add autostart support */ #include "autostart.h" /* Add autostart support */
#include "colors.h" /* Include colors */ #include "colors.h" /* Include colors */
#include "rules.h" /* Include rules */ #include "rules.h" /* Include rules */
@ -759,6 +759,9 @@ static const char *statuscmd[] = { shell, "-c", NULL, NULL };
#include "signal.h" /* Include signal support */ #include "signal.h" /* Include signal support */
/* Layout code */
#include "layouts.c" /* Enable patched layouts */
unsigned int tagw[LENGTH(tags)]; unsigned int tagw[LENGTH(tags)];
struct Pertag { struct Pertag {