sh -> zsh pt3

This commit is contained in:
Akarumei 2020-12-17 03:57:18 +05:00
parent fa219f070b
commit c94ea91391
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,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", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
static const char *termcmd[] = { "st zsh", NULL };
static const char *termcmd[] = { "st", "zsh", NULL };
static Key keys[] = {
/* modifier key function argument */