dwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c5d053ad7ff04f7c52f6f2e1960ca42b29e53336
parent 0a385ccc66bb8e6686aec200e2a23ea087d4ee43
Author: fjbalon <fjbalon@templier.es>
Date:   Wed, 24 Jun 2026 16:59:31 +0200

Modificación de estética de dmenu_run en su lanzamiento desde dwm

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -60,7 +60,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ -static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; +static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_black, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; static const char *termcmd[] = { "xterm", NULL }; static const char *slockcmd[] = { "slock", NULL };