summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-02-09 14:55:40 +0100
committerbakkeby <[email protected]>2020-02-09 14:55:40 +0100
commited20fd9c611ebeca0221e4e88a29c859bccb9797 (patch)
tree6c10ecb44fb39039d634978ff4debbfddcc27584 /patch/include.c
parent69a7b2ad6b5c1419998cd4d781593185c0c01af1 (diff)
downloaddwm-flexipatch-ed20fd9c611ebeca0221e4e88a29c859bccb9797.tar.gz
dwm-flexipatch-ed20fd9c611ebeca0221e4e88a29c859bccb9797.zip
Feature request to add alternative scratchpad patch by Gaspar Vardanyan ref. #8
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index 78177b3..ef71088 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -84,6 +84,9 @@
#if SCRATCHPAD_PATCH
#include "scratchpad.c"
#endif
+#if SCRATCHPAD_ALT_1_PATCH
+#include "scratchpad_alt_1.c"
+#endif
#if SELFRESTART_PATCH
#include "selfrestart.c"
#endif