From 251f1a81a0dec2d494e1425139234df60c0552cb Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:36:44 +0900 Subject: modified dmenu/config.h --- dmenu/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- cgit v1.2.3