diff options
| author | bakkeby <[email protected]> | 2019-10-05 22:55:46 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-05 22:55:46 +0200 |
| commit | b6928ab1fb05c6e19c258ac5e16883b2fa84188a (patch) | |
| tree | 64793e2090d73b50a9df1f18d0d5110812835c84 /patch/include.c | |
| parent | a8049d86bb9334d2848a80117679bd0605db6db2 (diff) | |
| download | dwm-flexipatch-b6928ab1fb05c6e19c258ac5e16883b2fa84188a.tar.gz dwm-flexipatch-b6928ab1fb05c6e19c258ac5e16883b2fa84188a.zip | |
Adding killunsel 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 714e4b4..204f2d8 100644 --- a/patch/include.c +++ b/patch/include.c @@ -52,6 +52,10 @@ #include "holdbar.c" #endif +#if KILLUNSEL_PATCH +#include "killunsel.c" +#endif + #if MAXIMIZE_PATCH #include "maximize.c" #endif |
