odrling-overlay/x11-wm/dwm/files/0005-I-don-t-think-this-argument-is-required.patch
2022-06-21 13:46:07 +02:00

28 lines
945 B
Diff

From e4a442abf972dd290b8b6dc60be8e81876c0a86c Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
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