Changed rofi launch mode
This commit is contained in:
@@ -63,7 +63,7 @@ static const Layout layouts[] = {
|
||||
|
||||
/* commands */
|
||||
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
|
||||
static const char *dmenucmd[] = { "rofi", "-show", "drun", NULL};
|
||||
static const char *dmenucmd[] = { "rofi", "-show", "run", NULL};
|
||||
//sets st as the default terminal
|
||||
static const char *termcmd[] = { "st", NULL };
|
||||
//volume controls
|
||||
|
||||
Reference in New Issue
Block a user