summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
Diffstat (limited to 'patches.h')
-rw-r--r--patches.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/patches.h b/patches.h
index 33db1b1..d9b3d03 100644
--- a/patches.h
+++ b/patches.h
@@ -282,6 +282,12 @@
*/
#define NOBORDER_PATCH 0
+/* Enable modifying or removing dmenu in config.def.h which resulted previously in a
+ * compilation error because two lines of code hardcode dmenu into dwm.
+ * https://dwm.suckless.org/patches/nodmenu/
+ */
+#define NODMENU_PATCH 0
+
/* This patch makes it so dwm will only exit via quit() if no windows are open.
* This is to prevent you accidentally losing all your work.
* https://dwm.suckless.org/patches/onlyquitonempty/