From 49888cdcbbace159bc020e3f4be228e63e0c7bad Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 13 Dec 2024 01:25:09 -0800 Subject: [PATCH] kitty term --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 3986d91..a39badc 100644 --- a/config.def.h +++ b/config.def.h @@ -119,7 +119,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } /* commands */ -static const char *termcmd[] = { "foot", NULL }; +static const char *termcmd[] = { "kitty", NULL }; static const char *menucmd[] = { "wmenu-run", NULL }; static const Key keys[] = {