summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-07 23:34:23 +0200
committerbakkeby <[email protected]>2019-10-07 23:34:23 +0200
commitca8638128f96f3309451577b600dc2840511ef97 (patch)
tree605e574ee83a76575032c44972426b63216c5ed8 /patches.h
parent2612060419c9c19a743f63393154abe176177f3c (diff)
downloaddwm-flexipatch-ca8638128f96f3309451577b600dc2840511ef97.tar.gz
dwm-flexipatch-ca8638128f96f3309451577b600dc2840511ef97.zip
Adding dwmc patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 1b18ad0..cf523a0 100644
--- a/patches.h
+++ b/patches.h
@@ -115,6 +115,13 @@
*/
#define CYCLELAYOUTS_PATCH 0
+/* Simple dwmc client using a fork of fsignal to communicate with dwm.
+ * To use this either copy the patch/dwmc shell script to somewhere in your path or
+ * uncomment the following line in Makefile: #cp -f patch/dwmc ${DESTDIR}${PREFIX}/bin
+ * http://dwm.suckless.org/patches/dwmc/
+ */
+#define DWMC_PATCH 0
+
/* This patch allows no tag at all to be selected. The result is that dwm will start with
* no tag selected and when you start a client with no tag rule and no tag selected then
* it will be opened on the first tag.