summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-07 22:56:53 +0200
committerbakkeby <[email protected]>2019-10-07 22:56:53 +0200
commit2612060419c9c19a743f63393154abe176177f3c (patch)
tree414fe971c92e8f222fed09c62c70b71363f8a155 /patch/include.c
parentfc28c6a7b2befb1af04863c022e24820f2ac5d4c (diff)
downloaddwm-flexipatch-2612060419c9c19a743f63393154abe176177f3c.tar.gz
dwm-flexipatch-2612060419c9c19a743f63393154abe176177f3c.zip
Adding sortscreens patch
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index 8f4a0d0..1bc7fcb 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -94,6 +94,12 @@
#include "setborderpx.c"
#endif
+#ifdef XINERAMA
+#if SORTSCREENS_PATCH
+#include "sortscreens.c"
+#endif
+#endif
+
#if STICKY_PATCH
#include "sticky.c"
#endif