From 9e5583cd139a7a590e794519264877b7fbae7384 Mon Sep 17 00:00:00 2001 From: Julian T Date: Thu, 16 May 2019 13:43:33 +0200 Subject: Switched to rofi --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 6940f54..70bc774 100644 --- a/config.h +++ b/config.h @@ -103,7 +103,8 @@ static const char *launchScript[] = {"/home/julian/lc", "--dmenu" }; /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ -static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; +//static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; +static const char *dmenucmd[] = {"rofi", "-show", "run"}; static const char *termcmd[] = { "st", NULL }; #include "keepfloatingposition.c" -- cgit v1.2.3