summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-05 23:56:43 +0200
committerbakkeby <[email protected]>2019-10-05 23:56:43 +0200
commitac4269a4f28f29bad9a319993ad814830248f89a (patch)
treeeabfabfca7ce1b90129364b9e21f53a2418f5b06 /patches.h
parentf096d003d9c33ec08f1d563e8f52c44f32ed80c8 (diff)
downloaddwm-flexipatch-ac4269a4f28f29bad9a319993ad814830248f89a.tar.gz
dwm-flexipatch-ac4269a4f28f29bad9a319993ad814830248f89a.zip
Adding cmdcustomize patch
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 1cb2863..7ddce63 100644
--- a/patches.h
+++ b/patches.h
@@ -98,6 +98,11 @@
*/
#define CFACTS_PATCH 0
+/* This patch allows color attributes to be set through the command line.
+ * https://dwm.suckless.org/patches/cmdcustomize/
+ */
+#define CMDCUSTOMIZE 0
+
/* This patch tweaks the tagging interface so that you can select multiple tags for tag
* or view by pressing all the right keys as a combo. For example to view tags 1 and 3,
* hold MOD and then press and hold 1 and 3 together.