diff options
| author | bakkeby <[email protected]> | 2020-08-20 13:30:12 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-20 13:30:12 +0200 |
| commit | a085c788e313db693d35feefe1f6dfa1e5daf440 (patch) | |
| tree | 61ec928f1c4205b31b25aa74ee8e2fb84c130977 /patch/include.c | |
| parent | c7b84ec738e7b1c1d1110f86bff38f95cf953a49 (diff) | |
| download | dwm-flexipatch-a085c788e313db693d35feefe1f6dfa1e5daf440.tar.gz dwm-flexipatch-a085c788e313db693d35feefe1f6dfa1e5daf440.zip | |
Adding experimental flexwintitle patch based on bartabgroups
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index b9be27f..d990f0c 100644 --- a/patch/include.c +++ b/patch/include.c @@ -56,6 +56,15 @@ #if BAR_FANCYBAR_PATCH #include "bar_fancybar.c" #endif +#if BAR_FLEXWINTITLE_PATCH +#include "bar_flexwintitle.c" +#if BAR_WINTITLE_FLOATING_PATCH +#include "bar_wintitle_floating.c" +#endif +#if BAR_WINTITLE_HIDDEN_PATCH +#include "bar_wintitle_hidden.c" +#endif +#endif // BAR_FLEXWINTITLE_PATCH #if BAR_AWESOMEBAR_PATCH #include "bar_awesomebar.c" #endif |
