diff options
| author | bakkeby <[email protected]> | 2020-02-02 11:40:24 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-02-02 11:41:34 +0100 |
| commit | 4ddfdab30ef77637b1a112dc181606c1260f84af (patch) | |
| tree | c99c33a0db63ab5fb894cd53db288bf8a873e4f3 /patch/include.h | |
| parent | 839232393851d437c56248b5a138eb67ab04f129 (diff) | |
| download | dwm-flexipatch-4ddfdab30ef77637b1a112dc181606c1260f84af.tar.gz dwm-flexipatch-4ddfdab30ef77637b1a112dc181606c1260f84af.zip | |
Adding fsignal patch and moved dwmc signal settings to config.def.h
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h index 8406e37..96f9a4b 100644 --- a/patch/include.h +++ b/patch/include.h @@ -28,6 +28,8 @@ #endif #if DWMC_PATCH #include "dwmc.h" +#elif FSIGNAL_PATCH +#include "fsignal.h" #endif #if EWMHTAGS_PATCH #include "ewmhtags.h" |
