summaryrefslogtreecommitdiff
path: root/dmenu/config.h
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-03 10:36:44 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-03 10:36:44 +0900
commit251f1a81a0dec2d494e1425139234df60c0552cb (patch)
tree69e23a5d1b21c80e66a053fbaba389de5364565b /dmenu/config.h
parente08d6355abfa5835c223456d91c31246ae337a60 (diff)
modified dmenu/config.h
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 },