---
 config.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config.h b/config.h
index f3e75ad..05272d0 100644
--- a/config.h
+++ b/config.h
@@ -104,6 +104,9 @@ static Key keys[] = {
        { 0, XF86XK_AudioRaiseVolume, spawn, {.v = upvol } },
        { 0, XF86XK_AudioLowerVolume, spawn, {.v = downvol } },
        { 0, XF86XK_AudioMute, spawn, {.v = mutevol } },
+
+       { ControlMask, XK_t, prefix, { .c = { ControlMask, XK_t } } },
+       { MODKEY, XK_Escape, noop, {0} },
 };
 
 /* button definitions */
-- 
2.21.0


Reply via email to