Skip to content

Commit

Permalink
Termite now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellis Kenyo committed Jun 28, 2015
1 parent 074f696 commit 637c8f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ static const char *menu[] = { "dmenu_run", "-fn", dmenufont, "-nb", "#002b36", "
static const char *menu[] = { "dmenu_run", "-fn", dmenufont, "-nb", "#fdf6e3", "-nf", "#93a1a1", "-sb", "#fdf6e3", "-sf", "#268bd2", "-h", "22", NULL };
#endif

static const char *term[] = { "urxvtc", NULL };
static const char *term[] = { "termite", NULL };
static const char *webb[] = { "firefox", NULL };
static const char *mail[] = { "thunderbird", NULL };
static const char *edit[] = { "urxvtc", "-e", "nvim", NULL };
static const char *mdia[] = { "urxvtc", "-e", "ncmpcpp", NULL };
static const char *edit[] = { "termite", "-e", "nvim", NULL };
static const char *mdia[] = { "termite", "-e", "ncmpcpp", NULL };
static const char *file[] = { "thunar", NULL };
//static const char *htop[] = { "urxvtc", "-e", "htop", NULL};
//static const char *htop[] = { "termite", "-e", "htop", NULL};

// Media keys
static const char *vold[] = { "amixer", "-q", "set", "Master", "5%-", "unmute", NULL };
Expand Down

0 comments on commit 637c8f9

Please sign in to comment.