Skip to content

Commit

Permalink
Removed the need for dmenu2
Browse files Browse the repository at this point in the history
  • Loading branch information
HarveyHunt committed Sep 19, 2014
1 parent 9d7dc61 commit 5fd3652
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@
#define DELETE_REGISTER_SIZE 5

static const char * const term_cmd[] = {"urxvt", NULL};
static const char * const dmenu_cmd[] = {"dmenu_run", "-i", "-h", "21", "-b",
static const char * const dmenu_cmd[] = {"dmenu_run", "-i", "-b",
"-nb", "#70898f", "-nf", "black",
"-sf", "#74718e", "-fn",
"'Droid Sans Mono-10'", NULL};
"-sf", "#74718e", NULL};

/** @brief The standard key map, feel free to change them.
*
Expand Down

0 comments on commit 5fd3652

Please sign in to comment.