Skip to content

Commit

Permalink
switch termcmd to urxvtc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Reisner committed Nov 28, 2009
1 parent f3ebcfb commit 957b73d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Expand Up @@ -28,4 +28,4 @@ build() {
install -m644 -D README $pkgdir/usr/share/doc/$pkgname/README
}
md5sums=('a0b8a799ddc5034dd8a818c9bd76f3a3'
'0b55d95399758728a6a6c4778b729eef')
'92b0cf8178f12fa0308ba5e51418b649')
2 changes: 1 addition & 1 deletion config.h
Expand Up @@ -50,7 +50,7 @@ static const Layout layouts[] = {

/* commands */
static const char *dmenucmd[] = { "dmenu_run", "-b", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
static const char *termcmd[] = { "urxvt", NULL };
static const char *termcmd[] = { "urxvtc", NULL };

/* General Sound */
static const char *volup[] = { "amixer", "-q", "set", "PCM", "5+" };
Expand Down

0 comments on commit 957b73d

Please sign in to comment.