sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 9d5dfef0b6a5841b5e7475e1fbfe0612b9ae3874
parent dcdff3d5c6db7c99794e63ac0e9171efc37b20d7
Author: Alex Cole <ajzcole@airmail.cc>
Date:   Sun,  4 Oct 2020 20:26:55 +1300

[dmenu][patch][listfullwidth] typo fix

Diffstat:
Mtools.suckless.org/dmenu/patches/listfullwidth/dmenu-listfullwidth-5.0.diff | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools.suckless.org/dmenu/patches/listfullwidth/dmenu-listfullwidth-5.0.diff b/tools.suckless.org/dmenu/patches/listfullwidth/dmenu-listfullwidth-5.0.diff @@ -16,7 +16,7 @@ index 1edb647..221db00 100644 /* Default settings; can be overriden by command line. */ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ -+static int color-prompt = 1; /* -p option; if 1, prompt uses SchemeSel, otherwise SchemeNorm */ ++static int colorprompt = 1; /* -p option; if 1, prompt uses SchemeSel, otherwise SchemeNorm */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { "monospace:size=10"