kitty editor

This commit is contained in:
Zynh Ludwig 2024-11-23 16:01:57 -08:00
parent 1e4fffe032
commit 0f068ea6f1

View file

@ -67,7 +67,7 @@ static const Layout layouts[] = {
/* commands */ /* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ 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 *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 char *scrnshotcmd[] = { "flameshot", "gui", NULL };
static const Key keys[] = { static const Key keys[] = {