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

26 lines
701 B
Diff
Raw Normal View History

2022-08-31 16:59:34 +00:00
From c07580e6afce63f43eb8e358a32bb7729f3e56bb 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
2022-08-31 16:59:34 +00:00
Subject: [PATCH 23/27] use rofi run
2022-06-21 11:36:40 +00:00
---
config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
2022-08-31 16:59:34 +00:00
index 8ae74ee..92779c6 100644
2022-06-21 11:36:40 +00:00
--- a/config.def.h
+++ b/config.def.h
2022-08-31 16:59:34 +00:00
@@ -849,7 +849,7 @@ static const char *xkb_layouts[] = {
/* commands */
2022-06-21 11:36:40 +00:00
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 };
--
2022-08-31 16:59:34 +00:00
2.37.2
2022-06-21 11:36:40 +00:00