diff options
| author | bakkeby <[email protected]> | 2019-09-09 19:31:16 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-09 19:31:16 +0200 |
| commit | 342fc03b885413510257cfbfeef5c0e2eb6691fb (patch) | |
| tree | 5960524847204b9eb4c959b8e46efd7056f6b777 /patch/include.h | |
| parent | 9081aef7485d4d201ff0531e913702586e04929e (diff) | |
| download | dwm-flexipatch-342fc03b885413510257cfbfeef5c0e2eb6691fb.tar.gz dwm-flexipatch-342fc03b885413510257cfbfeef5c0e2eb6691fb.zip | |
Adding horizgrid and gridmode layouts
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h index caa6190..a5bafa6 100644 --- a/patch/include.h +++ b/patch/include.h @@ -70,6 +70,14 @@ #include "gapplessgrid.h" #endif +#if GRIDMODE_LAYOUT +#include "grid.h" +#endif + +#if HORIZGRID_LAYOUT +#include "horizgrid.h" +#endif + #if MONOCLE_LAYOUT #include "monocle.h" #endif |
