summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2022-06-20 14:00:09 +0200
committerbakkeby <[email protected]>2022-06-20 14:00:09 +0200
commit2f70c42aab2ac71f5cdb1996499247f2268c98ce (patch)
treedaa286e6af9ea7ea0abb8ff77a62182759ce6a67 /patch/include.h
parentd7456b235a0eb549c752d0cf06198fd29264e21a (diff)
downloaddwm-flexipatch-2f70c42aab2ac71f5cdb1996499247f2268c98ce.tar.gz
dwm-flexipatch-2f70c42aab2ac71f5cdb1996499247f2268c98ce.zip
Adding renamed scratchpads patch
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/patch/include.h b/patch/include.h
index 52da603..0cf267a 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -217,7 +217,9 @@
#if ROUNDED_CORNERS_PATCH
#include "roundedcorners.h"
#endif
-#if SCRATCHPADS_PATCH
+#if RENAMED_SCRATCHPADS_PATCH
+#include "renamed_scratchpads.h"
+#elif SCRATCHPADS_PATCH
#include "scratchpad.h"
#endif
#if SCRATCHPAD_ALT_1_PATCH