summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-02-11 08:27:00 +0100
committerbakkeby <[email protected]>2020-02-11 11:27:39 +0100
commit90a848d608cb9370c8a03980edda587c463451c5 (patch)
tree5b1d88311cfa0cbc4093e009e5ac1d3774dd69bb /patch/include.c
parent8cb609fa1ed1ead8afce4b6003bdd59c9e17226b (diff)
downloaddwm-flexipatch-90a848d608cb9370c8a03980edda587c463451c5.tar.gz
dwm-flexipatch-90a848d608cb9370c8a03980edda587c463451c5.zip
Adding swaptags patch
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 ef71088..4ed46cd 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -113,6 +113,9 @@
#if SWAPFOCUS_PATCH && PERTAG_PATCH
#include "swapfocus.c"
#endif
+#if SWAPTAGS_PATCH
+#include "swaptags.c"
+#endif
#if SWITCHCOL_PATCH
#include "switchcol.c"
#endif