numbers patch

master
odrling 2021-04-04 04:19:02 +02:00
parent 98da036455
commit 8af2a1bb74
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
/* Adds text which displays the number of matched and total items in the top right corner of dmenu.
* https://tools.suckless.org/dmenu/patches/numbers/
*/
#define NUMBERS_PATCH 0
#define NUMBERS_PATCH 1
/* This patch adds simple markup for dmenu using pango markup.
* This depends on the pango library v1.44 or greater.