summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-03-09 13:59:56 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-03-09 13:59:56 +0530
commit097fbfcc73b1a795d89ec7bb08666d37fc26a44a (patch)
tree7c6cbe72acb8355ac9c125975aca5551d3c8974b /config.h
parent6c0d43ef366bc31ab30a188609218a88b10a32a4 (diff)
Applied restartsig patch
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 0e83100..770cae9 100644
--- a/config.h
+++ b/config.h
@@ -97,6 +97,7 @@ static 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 */