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