Run launcher shell script instead of rofi

This shell script currently just picks between rofi and dmenu although
may do more later on
This commit is contained in:
Jonathan Hodgson 2021-02-07 20:56:02 +00:00
parent 88ac289837
commit 2824ffb4cf

View file

@ -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 };