diff options
| author | bakkeby <[email protected]> | 2020-11-18 13:12:13 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-11-18 13:12:13 +0100 |
| commit | bd5db9e63f5f7c2c659e68151f2ae8ca5cc8fb18 (patch) | |
| tree | 2f2e5c59a96a913b01679e82a49bd2b8693ec558 | |
| parent | 5b849ddcee0a928715ea6010c89badad05d42a82 (diff) | |
| download | dwm-flexipatch-bd5db9e63f5f7c2c659e68151f2ae8ca5cc8fb18.tar.gz dwm-flexipatch-bd5db9e63f5f7c2c659e68151f2ae8ca5cc8fb18.zip | |
Adding symbol func to flextile-deluxe column description
| -rw-r--r-- | config.def.h | 4 |
1 files 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 |
