about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2022-12-11 14:27:03 +0200
committerAcid Bong <acid-bong@cock.lt>2022-12-14 18:21:29 +0200
commitad1b949e96e23c87368ea9192e248d48c41bf7df (patch)
tree779aecc442118c60e30edc9cfab53a4ad2e57333
parentf4ce47e36137e46fc6436086fc10ad89678d5d08 (diff)
downloaddwm-ad1b949e96e23c87368ea9192e248d48c41bf7df.tar.gz
keys: no gopher, one less key for btop (new one, i guess)
-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 */