changed term to kitty

This commit is contained in:
2022-11-01 21:52:26 +01:00
parent 4817631296
commit e6488ec4be
5 changed files with 468 additions and 1 deletions

View File

@@ -57,7 +57,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", NULL };
static const char *termcmd[] = { "kitty", NULL };
static const char *slockcmd[] = { "slock", NULL };
static const Key keys[] = {