diff options
| author | bakkeby <[email protected]> | 2019-09-30 23:52:51 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-30 23:52:51 +0200 |
| commit | 009819e186a33d395e785b6429e9f770ef06078c (patch) | |
| tree | 4fd7c555c40b805a3cd9cb6c9f64f4adfb235fa8 /patch/include.h | |
| parent | 44d2db84ae16eeda3aa9c73c09ae20a665272592 (diff) | |
| download | dwm-flexipatch-009819e186a33d395e785b6429e9f770ef06078c.tar.gz dwm-flexipatch-009819e186a33d395e785b6429e9f770ef06078c.zip | |
Replaced flextile with flextile-deluxe, refactored monitor rules to support predetermined layouts per tag
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/patch/include.h b/patch/include.h index cf4b9a4..cc6ac94 100644 --- a/patch/include.h +++ b/patch/include.h @@ -36,6 +36,10 @@ #include "ewmhtags.h" #endif +#if PERTAG_PATCH +#include "pertag.h" +#endif + #if PUSH_NO_MASTER_PATCH #include "push_no_master.h" #elif PUSH_PATCH @@ -120,8 +124,8 @@ #include "fibonacci.h" #endif -#if FLEXTILE_LAYOUT -#include "flextile.h" +#if FLEXTILE_DELUXE_LAYOUT +#include "flextile-deluxe.h" #endif #if GAPPLESSGRID_LAYOUT |
