diff options
author | tsxv478 <vt0451@yandex.ru> | 2023-01-11 07:08:22 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2023-01-11 07:08:22 +0300 |
commit | 11e9ab8ea9ac35dcbc52869a9780d3e66845a72c (patch) | |
tree | 371fb640a43948c8e1b8d5bfabc49f753d8ee755 | |
parent | db6d84374aeee755bb0feeb6707a3be3c1c5f7f1 (diff) |
better quit binding
-rw-r--r-- | config.def.h | 2 |
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 */ |