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.h | |
| parent | 4a17b880ad2cc4ae9098809ca3ccf4d439127450 (diff) | |
| download | dwm-flexipatch-d6517bf4f83298cd8655481c474519987b41c71c.tar.gz dwm-flexipatch-d6517bf4f83298cd8655481c474519987b41c71c.zip | |
Adding awesomebar patch
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h index f76f6f1..49d3a1c 100644 --- a/patch/include.h +++ b/patch/include.h @@ -16,6 +16,10 @@ #include "autostart.h" #endif +#if AWESOMEBAR_PATCH +#include "awesomebar.h" +#endif + #if CFACTS_PATCH #include "cfacts.h" #endif |
