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