diff options
| author | bakkeby <[email protected]> | 2020-08-22 16:25:56 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-22 16:25:56 +0200 |
| commit | 32819a48f3efb57c010d3d27c6b2a537916793b2 (patch) | |
| tree | 5d3b1d5436ea37504f62f9f3b56cbe16a69711a3 /patch/include.h | |
| parent | 512a656ddddc588b2d406f344cfc160c9c2c81b5 (diff) | |
| download | dwm-flexipatch-32819a48f3efb57c010d3d27c6b2a537916793b2.tar.gz dwm-flexipatch-32819a48f3efb57c010d3d27c6b2a537916793b2.zip | |
Added clientindicators patch and unified and simplified indicator code. Enabled centeredwindowname option for awesomebar and bartabgroups patches.
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h index 486c0a1..0647a64 100644 --- a/patch/include.h +++ b/patch/include.h @@ -1,4 +1,5 @@ /* Bar functionality */ +#include "bar_indicators.h" #if BAR_ALPHA_PATCH #include "bar_alpha.h" #endif |
