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:
parent
88ac289837
commit
2824ffb4cf
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue