diff options
| author | bakkeby <[email protected]> | 2019-09-09 21:35:19 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-09 21:35:19 +0200 |
| commit | 637cc50ddafc5aedc24ebfc5498cfec38cb22cc0 (patch) | |
| tree | 15360754e45d3260f0afd35fbfb9ef6e580f130a /patch/include.h | |
| parent | 973d64f51be939daa50d85151262d8602e09e978 (diff) | |
| download | dwm-flexipatch-637cc50ddafc5aedc24ebfc5498cfec38cb22cc0.tar.gz dwm-flexipatch-637cc50ddafc5aedc24ebfc5498cfec38cb22cc0.zip | |
Adding centered master patches
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 280b27a..596f303 100644 --- a/patch/include.h +++ b/patch/include.h @@ -58,6 +58,14 @@ #include "bstackhoriz.h" #endif +#if CENTEREDMASTER_LAYOUT +#include "centeredmaster.h" +#endif + +#if CENTEREDFLOATINGMASTER_LAYOUT +#include "centeredfloatingmaster.h" +#endif + #if DECK_LAYOUT #include "deck.h" #endif |
