--- a/config.def.h
+++ b/config.def.h
@@ -105,7 +105,6 @@ 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 *menucmd[] = { "wmenu-run", NULL };
+static const char *termcmd[] = { "/usr/local/bin/havoc", NULL };
 
 static const Key keys[] = {
@@ -114,3 +113,2 @@ static const Key keys[] = {
 	/* modifier                  key                  function        argument */
-	{ MODKEY,                    XKB_KEY_p,           spawn,            {.v = menucmd} },
 	{ MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Return,      spawn,            {.v = termcmd} },
