From 3b4d8fbe620edb6cc56b64cb1c169ae800aec49f Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Fri, 31 Jul 2020 01:27:01 +0400 Subject: [PATCH] Updated dwm settings. Signed-off-by: Pavel Kirilin <win10@list.ru> --- dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm/config.def.h b/dwm/config.def.h index 69b4524..b4d36d9 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -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[] = { "konsole", NULL }; static Key keys[] = { /* modifier key function argument */ -- GitLab