summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-10-07 04:41:07 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-10-07 04:41:07 +0530
commit40925789d95f4a928ce24eca8dd539bd1688f6d8 (patch)
tree79bfe686b52104f9e559530f82ca4e2365841cd7 /config.h
parent7d8ad94237360c85ec872c5291f38c45909ba506 (diff)
Applied restart signal patch for hot-reboot
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 686b947..5c997f3 100644
--- a/config.h
+++ b/config.h
@@ -96,6 +96,7 @@ static const Key keys[] = {
TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8)
{ MODKEY|ShiftMask, XK_q, quit, {0} },
+ { MODKEY|ControlMask|ShiftMask, XK_q, quit, {1} },
};
/* button definitions */