kitty editor

This commit is contained in:
Zynh Ludwig 2024-11-23 16:01:57 -08:00
parent b0db46bdd6
commit 8494d965ef

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_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[] = {