diff options
| author | bakkeby <[email protected]> | 2020-08-10 10:22:21 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-10 10:24:16 +0200 |
| commit | dfe1c405630ab912501d5bb841a3fc34738a515c (patch) | |
| tree | 90e2a04b6ed3d8f414f3e11ab5ae2a6bc5f4d1bb /patch/include.h | |
| parent | 85dd49a6a4fd5dfdbb9055ae27b996777cbe1f1f (diff) | |
| download | dwm-flexipatch-dfe1c405630ab912501d5bb841a3fc34738a515c.tar.gz dwm-flexipatch-dfe1c405630ab912501d5bb841a3fc34738a515c.zip | |
Adding cool autostart patch
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h index 245933e..e879d80 100644 --- a/patch/include.h +++ b/patch/include.h @@ -73,6 +73,9 @@ #if CMDCUSTOMIZE_PATCH #include "cmdcustomize.h" #endif +#if COOL_AUTOSTART_PATCH +#include "cool_autostart.h" +#endif #if CYCLELAYOUTS_PATCH #include "cyclelayouts.h" #endif |
