From bd5db9e63f5f7c2c659e68151f2ae8ca5cc8fb18 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Wed, 18 Nov 2020 13:12:13 +0100 Subject: [PATCH] Adding symbol func to flextile-deluxe column description --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index aeb1c8e..3241d1c 100644 --- a/config.def.h +++ b/config.def.h @@ -514,7 +514,7 @@ static const int decorhints = 1; /* 1 means respect decoration hints */ #if FLEXTILE_DELUXE_LAYOUT static const Layout layouts[] = { - /* symbol arrange function, { nmaster, nstack, layout, master axis, stack axis, secondary stack axis } */ + /* symbol arrange function, { nmaster, nstack, layout, master axis, stack axis, secondary stack axis, symbol func } */ { "[]=", flextile, { -1, -1, SPLIT_VERTICAL, TOP_TO_BOTTOM, TOP_TO_BOTTOM, 0, NULL } }, // default tile layout { "><>", NULL, {0} }, /* no layout function means floating behavior */ { "[M]", flextile, { -1, -1, NO_SPLIT, MONOCLE, 0, 0, NULL } }, // monocle @@ -1496,4 +1496,4 @@ static IPCCommand ipccommands[] = { IPCCOMMAND( xrdb, 1, {ARG_TYPE_NONE} ), #endif // XRDB_PATCH }; -#endif // IPC_PATCH \ No newline at end of file +#endif // IPC_PATCH