From 2824ffb4cf54b0b8080f5d9bfbbb9103d6e0874c Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Sun, 7 Feb 2021 20:56:02 +0000 Subject: [PATCH] Run launcher shell script instead of rofi This shell script currently just picks between rofi and dmenu although may do more later on --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 3c730da..64bedf3 100644 --- a/config.def.h +++ b/config.def.h @@ -73,7 +73,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ -static const char *dmenucmd[] = { "rofi", "-show", "drun", "-modi", "drun", "-theme", "themes/launchpad.rasi", NULL }; +static const char *dmenucmd[] = { "launcher", NULL }; //static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; static const char *termcmd[] = { "folder-shell", NULL };