diff options
| author | matt <[email protected]> | 2021-01-02 01:26:21 +0100 |
|---|---|---|
| committer | matt <[email protected]> | 2021-01-02 01:26:21 +0100 |
| commit | 5fd83cb76b4203581fe4dcb382f9e11bec7ad65e (patch) | |
| tree | 2edfb0da571b85ca4c8ad9348723cb5321e38830 /patch | |
| parent | 44ea8f5cce5ec12649e928cacc3d47cd2fec9a8e (diff) | |
| download | dwm-flexipatch-5fd83cb76b4203581fe4dcb382f9e11bec7ad65e.tar.gz dwm-flexipatch-5fd83cb76b4203581fe4dcb382f9e11bec7ad65e.zip | |
added the layoutmenu patch
Diffstat (limited to 'patch')
| -rw-r--r-- | patch/include.c | 5 | ||||
| -rw-r--r-- | patch/include.h | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/patch/include.c b/patch/include.c index 27ff539..8e1d590 100644 --- a/patch/include.c +++ b/patch/include.c @@ -83,6 +83,9 @@ #if BAR_WINTITLEACTIONS_PATCH #include "bar_wintitleactions.c" #endif +#if BAR_LAYOUTMENU_PATCH +#include "bar_layoutmenu.c" +#endif /* Other patches */ #if ASPECTRESIZE_PATCH @@ -328,4 +331,4 @@ #endif #if TILE_LAYOUT #include "layout_tile.c" -#endif
\ No newline at end of file +#endif diff --git a/patch/include.h b/patch/include.h index c13d73b..5ebc442 100644 --- a/patch/include.h +++ b/patch/include.h @@ -80,6 +80,9 @@ #if BAR_WINTITLEACTIONS_PATCH #include "bar_wintitleactions.h" #endif +#if BAR_LAYOUTMENU_PATCH +#include "bar_layoutmenu.h" +#endif /* Other patches */ #if ASPECTRESIZE_PATCH @@ -318,4 +321,4 @@ #endif #if TILE_LAYOUT #include "layout_tile.h" -#endif
\ No newline at end of file +#endif |
