summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 6ecc267..9aa6e08 100644
--- a/config.def.h
+++ b/config.def.h
@@ -25,6 +25,7 @@ static Mousekey mshortcuts[] = {
static Shortcut shortcuts[] = {
/* keysym function argument */
+ { XK_Escape, quit, {0} },
{ XK_q, quit, {0} },
{ XK_Right, advance, {.i = +1} },
{ XK_Left, advance, {.i = -1} },
Software created with 💖