From 8494d965efcbba6e52e91fad03cbb571f4b54b05 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sat, 23 Nov 2024 16:01:57 -0800 Subject: [PATCH] kitty editor --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 9350ce1..7fadecf 100644 --- a/config.def.h +++ b/config.def.h @@ -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_h_low, "-nf", col_muted, "-sb", col_base, "-sf", col_text, NULL }; -static const char *termcmd[] = { "alacritty", NULL }; +static const char *termcmd[] = { "kitty", NULL }; static const char *scrnshotcmd[] = { "flameshot", "gui", NULL }; static const Key keys[] = {