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