mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
Adding symbol func to flextile-deluxe column description
This commit is contained in:
parent
5b849ddcee
commit
bd5db9e63f
@ -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
|
||||
#endif // IPC_PATCH
|
||||
|
Loading…
Reference in New Issue
Block a user