about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index a43ced7..d8c0334 100644
--- a/config.def.h
+++ b/config.def.h
@@ -116,7 +116,7 @@ static const Key keys[] = {
 		/* programs */
 	{ MODKEY,			XK_w,		spawn,	SHCMD("firefox") },
 	{ MODKEY,			XK_f,		spawn,	SHCMD("st ranger") },
-	{ MODKEY,			XK_Escape,	spawn,	SHCMD("st btop") },
+	{ ControlMask,			XK_Escape,	spawn,	SHCMD("st btop") },
 	{ MODKEY,			XK_i,		spawn,	SHCMD("st weechat") },
 	{ MODKEY|ShiftMask,		XK_i,		spawn,	SHCMD("st weechat -a") },
 		/* volume control */