From e4a442abf972dd290b8b6dc60be8e81876c0a86c Mon Sep 17 00:00:00 2001 From: odrling Date: Wed, 21 Apr 2021 23:19:07 +0200 Subject: [PATCH 05/26] 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 d124c1c..2f293f8 100644 --- a/config.def.h +++ b/config.def.h @@ -836,8 +836,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.35.1