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

26 lines
701 B
Diff

From c07580e6afce63f43eb8e358a32bb7729f3e56bb Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Thu, 5 May 2022 17:29:55 +0200
Subject: [PATCH 23/27] use rofi run
---
config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
index 8ae74ee..92779c6 100644
--- a/config.def.h
+++ b/config.def.h
@@ -849,7 +849,7 @@ static const char *xkb_layouts[] = {
/* commands */
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.37.2