odrling-overlay/x11-wm/dwm/files/0023-use-rofi-run.patch

26 lines
792 B
Diff
Raw Normal View History

2022-06-21 11:46:07 +00:00
From b7d4771a3c65d21ef6e34ce82d4590dd20464858 Mon Sep 17 00:00:00 2001
2022-06-21 11:36:40 +00:00
From: odrling <florianbadie@odrling.xyz>
Date: Thu, 5 May 2022 17:29:55 +0200
Subject: [PATCH 23/26] use rofi run
---
config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
2022-06-21 11:46:07 +00:00
index 68220d5..4fa056f 100644
2022-06-21 11:36:40 +00:00
--- a/config.def.h
+++ b/config.def.h
2022-06-21 11:46:07 +00:00
@@ -828,7 +828,7 @@ static const char *xkb_layouts[] = {
2022-06-21 11:36:40 +00:00
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
#endif // NODMENU_PATCH
static const char *dmenucmd[] = {
- "rofi", "-combi-modi", "window,run", "-show", "combi", NULL
+ "rofi", "-show", "run", NULL
};
static const char *termcmd[] = { "st", NULL };
static const char *passmenucmd[] = { "passmenu", NULL };
--
2.35.1