diff options
| author | bakkeby <[email protected]> | 2022-10-30 10:32:43 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2022-10-30 10:32:43 +0100 |
| commit | ad56835713b210ba71d2979ce345de39a5736f42 (patch) | |
| tree | b3a3c4b75ed1b2a37e65be91ecd35851fbaba67c /patches.def.h | |
| parent | e6a74ad3ea480ff7262af104db440d6bda0ab5ab (diff) | |
| download | dwm-flexipatch-ad56835713b210ba71d2979ce345de39a5736f42.tar.gz dwm-flexipatch-ad56835713b210ba71d2979ce345de39a5736f42.zip | |
Bump to ba56fe9.
Revert "Remove dmenumon variable"
This reverts commit c2b748e7931e5f28984efc236f9b1a212dbc65e8.
Revert back this change. It seems to not be an edge-case anymore since
multiple users have asked about this new behaviour now.
Ref.
https://git.suckless.org/dwm/commit/ba56fe9fea0a28d8184a727a987836a0903e2682.html
Diffstat (limited to 'patches.def.h')
| -rw-r--r-- | patches.def.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h index e787ada..1429aa0 100644 --- a/patches.def.h +++ b/patches.def.h @@ -822,6 +822,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 allows for toggleable client button bindings that have no modifiers. * This can, for example, allow you to move or resize using the mouse alone without holding * down a modifier key. This can be practical if you have extra buttons on your mouse. |
