summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index ca100bd..abef4b0 100644
--- a/config.def.h
+++ b/config.def.h
@@ -122,7 +122,7 @@ static Key keys[] = {
TAGKEYS( XK_7, 6)
TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8)
- { MODKEY|ShiftMask, XK_BackSpace, quit, {0} },
+ { MODKEY|ShiftMask, XK_Escape, quit, {0} },
};
/* button definitions */