add custom

This commit is contained in:
speediegq 2022-10-15 15:05:25 +02:00
parent b9a3169360
commit 3e91a9ba69

View file

@ -452,6 +452,9 @@ static void horizgrid(Monitor *m);
#if LAYOUT_DGRID
static void dynamicgrid(Monitor *m);
#endif
#if LAYOUT_CUSTOM
static void custom(Monitor *m);
#endif
#if LAYOUT_DWINDLE
static void dwindle(Monitor *m);
#endif