diff options
| author | bakkeby <[email protected]> | 2019-10-08 22:57:21 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-08 22:57:21 +0200 |
| commit | b32fe221b6b65835753743cd12a3d2877ba85c74 (patch) | |
| tree | fe6c08f913bca63b0346ccc615e03bccd80ccefc /patch/include.c | |
| parent | 83242012da297c5afddb906d0879f92e3dffb1ab (diff) | |
| download | dwm-flexipatch-b32fe221b6b65835753743cd12a3d2877ba85c74.tar.gz dwm-flexipatch-b32fe221b6b65835753743cd12a3d2877ba85c74.zip | |
Adding columns layout
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index 27eb415..d881deb 100644 --- a/patch/include.c +++ b/patch/include.c @@ -178,6 +178,10 @@ #include "centeredfloatingmaster.c" #endif +#if COLUMNS_LAYOUT +#include "columns.c" +#endif + #if DECK_LAYOUT #include "deck.c" #endif |
