diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-10-07 04:41:07 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-10-07 04:41:07 +0530 |
commit | 40925789d95f4a928ce24eca8dd539bd1688f6d8 (patch) | |
tree | 79bfe686b52104f9e559530f82ca4e2365841cd7 /config.h | |
parent | 7d8ad94237360c85ec872c5291f38c45909ba506 (diff) |
Applied restart signal patch for hot-reboot
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |