diff options
| author | bakkeby <[email protected]> | 2019-10-02 00:03:21 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-02 00:03:21 +0200 |
| commit | 37b1b54ab9b79a144d6224264f39ad946aea5d4e (patch) | |
| tree | 31f7baee32f4a97b350978fd963129520e74308e /patch/include.c | |
| parent | 1cff0331278a2348046fcf27d13493abba3a5a4f (diff) | |
| download | dwm-flexipatch-37b1b54ab9b79a144d6224264f39ad946aea5d4e.tar.gz dwm-flexipatch-37b1b54ab9b79a144d6224264f39ad946aea5d4e.zip | |
Adding fullscreen, holdbar and unfloatvisible patches
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index 9fd267f..bb41382 100644 --- a/patch/include.c +++ b/patch/include.c @@ -36,6 +36,14 @@ #include "ewmhtags.c" #endif +#if FULLSCREEN_PATCH +#include "fullscreen.c" +#endif + +#if HOLDBAR_PATCH +#include "holdbar.c" +#endif + #if PERTAG_PATCH #include "pertag.c" #endif @@ -78,6 +86,10 @@ #include "togglefullscreen.c" #endif +#if UNFLOATVISIBLE_PATCH +#include "unfloatvisible.c" +#endif + #if VANITYGAPS_PATCH #include "vanitygaps.c" #endif |
