diff options
| author | bakkeby <[email protected]> | 2019-09-09 19:11:31 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-09 19:11:31 +0200 |
| commit | 9081aef7485d4d201ff0531e913702586e04929e (patch) | |
| tree | d4b1ea24ce89710179a30119945e5d3b9e43712b /patch/include.c | |
| parent | cccb8fcecb1e6bce06bec81557d9d3a37631561f (diff) | |
| download | dwm-flexipatch-9081aef7485d4d201ff0531e913702586e04929e.tar.gz dwm-flexipatch-9081aef7485d4d201ff0531e913702586e04929e.zip | |
Adding gappless grid 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 7dc0aac..79b9eb6 100644 --- a/patch/include.c +++ b/patch/include.c @@ -70,6 +70,10 @@ #include "fibonacci.c" #endif +#if GAPPLESSGRID_LAYOUT +#include "gapplessgrid.c" +#endif + #if MONOCLE_LAYOUT #include "monocle.c" #endif |
