Skip to content

Commit

Permalink
rofi drun
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Schwartz committed Sep 10, 2021
1 parent 0059d24 commit c12cb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.h
Expand Up @@ -100,7 +100,7 @@ static const Layout layouts[] = {

/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "rofi" , "-show", "run"};
static const char *dmenucmd[] = { "rofi" , "-show-icons", "-show", "drun"};
static const char *termcmd[] = { "sakura", NULL };

#include "movestack.c"
Expand Down

0 comments on commit c12cb5a

Please sign in to comment.