diff options
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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/ |
