From 71dd486d38b5ad350aa10bb10d2b6e7cf02ceece Mon Sep 17 00:00:00 2001 From: odrling Date: Wed, 21 Apr 2021 23:19:07 +0200 Subject: [PATCH 05/27] I don't think this argument is required --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index f91df7c..1c701f2 100644 --- a/config.def.h +++ b/config.def.h @@ -854,8 +854,8 @@ static const char *dmenucmd[] = { NULL }; static const char *termcmd[] = { "st", NULL }; -static const char *passmenucmd[] = { "passmenu", "-m", dmenumon, NULL }; -static const char *webmenucmd[] = { "webmenu", "-m", dmenumon, NULL }; +static const char *passmenucmd[] = { "passmenu", NULL }; +static const char *webmenucmd[] = { "webmenu", NULL }; static const char *screenshot[] = { "screenshot", NULL }; static const char *screenshots[] = { "screenshot", "-s", "-l", "-c", "0.75,0.5,1.0,0.1", NULL }; -- 2.37.2