diff options
| author | bakkeby <[email protected]> | 2019-10-24 08:03:00 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-24 11:03:39 +0200 |
| commit | d82be5a65d5e4546fd10fbd107dbf4dcc4dd7cd8 (patch) | |
| tree | 43cc3b63d34eedaa76924dbc2a9bb41653c6e9b6 /patches.h | |
| parent | 4052783a63e1368a6f7595e61d41835e77cd7746 (diff) | |
| download | dwm-flexipatch-d82be5a65d5e4546fd10fbd107dbf4dcc4dd7cd8.tar.gz dwm-flexipatch-d82be5a65d5e4546fd10fbd107dbf4dcc4dd7cd8.zip | |
Adding nodmenu patch
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/ |
