diff options
| author | bakkeby <[email protected]> | 2019-09-10 00:18:46 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-10 00:30:17 +0200 |
| commit | d6517bf4f83298cd8655481c474519987b41c71c (patch) | |
| tree | 96fea81a537246c79a74f648d233c00b63b8072d /patch/include.c | |
| parent | 4a17b880ad2cc4ae9098809ca3ccf4d439127450 (diff) | |
| download | dwm-flexipatch-d6517bf4f83298cd8655481c474519987b41c71c.tar.gz dwm-flexipatch-d6517bf4f83298cd8655481c474519987b41c71c.zip | |
Adding awesomebar patch
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index 04d66f4..43a636b 100644 --- a/patch/include.c +++ b/patch/include.c @@ -16,6 +16,10 @@ #include "autostart.c" #endif +#if AWESOMEBAR_PATCH +#include "awesomebar.c" +#endif + #if CFACTS_PATCH #include "cfacts.c" #endif |
