summaryrefslogtreecommitdiffhomepage
path: root/patches.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-24 08:03:00 +0200
committerbakkeby <[email protected]>2019-10-24 11:03:39 +0200
commitd82be5a65d5e4546fd10fbd107dbf4dcc4dd7cd8 (patch)
tree43cc3b63d34eedaa76924dbc2a9bb41653c6e9b6 /patches.h
parent4052783a63e1368a6f7595e61d41835e77cd7746 (diff)
downloaddwm-flexipatch-d82be5a65d5e4546fd10fbd107dbf4dcc4dd7cd8.tar.gz
dwm-flexipatch-d82be5a65d5e4546fd10fbd107dbf4dcc4dd7cd8.zip
Adding nodmenu patch
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/