summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2023-01-11 07:08:22 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2023-01-11 07:08:22 +0300
commit8812d3b1cd26716edca4256906215fcc9c5b708e (patch)
tree371fb640a43948c8e1b8d5bfabc49f753d8ee755 /config.def.h
parentc97343cdf90ce727087c16315de269c791d8592f (diff)
better quit binding
Diffstat (limited to 'config.def.h')
-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 */