Replace urxvt by st

This commit is contained in:
Alexander Weidinger
2018-12-07 23:26:01 +01:00
parent f7b4983523
commit 200250ac14
2 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ static const Layout layouts[] = {
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
static const char *termcmd[] = { "urxvt", NULL };
static const char *termcmd[] = { "st", NULL };
static const char *lockcmd[] = { "physlock", "-m", NULL };
static const char *scrot[] = { "scrot", "/home/alex/Pictures/Screenshots/%Y-%m-%d-%H%M%S_$wx$h.png", NULL };
static const char *brightnessup[] = { "xbacklight", "+1", NULL };