summaryrefslogtreecommitdiff
path: root/dmenu/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu/config.h')
-rw-r--r--dmenu/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu/config.h b/dmenu/config.h
index 87702f1..9ed5636 100644
--- a/dmenu/config.h
+++ b/dmenu/config.h
@@ -44,7 +44,7 @@ static const char worddelimiters[] = " ";
*/
static unsigned int vi_mode = 1;
static unsigned int start_mode = 0; /* mode to use when -vi is passed. 0 = insert mode, 1 = normal mode */
-static Key global_esc = { XK_c, ControlMask}; /* escape key when vi mode is not enabled explicitly */
+static Key global_esc = { XK_Escape, 0}; /* escape key when vi mode is not enabled explicitly */
static Key quit_keys[] = {
/* keysym modifier */
{ XK_q, 0 },