diff options
author | rafa_99 <rafa99@protonmail.com> | 2020-07-04 23:23:24 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2021-04-13 03:36:19 +0100 |
commit | d27978d598eca99d285be2959d2fd37fe0a4b7bb (patch) | |
tree | d354fa50a9c68cc9acd5e24f154ad8b880cf18ad /config.def.h | |
parent | d928ad0830b0cc1f9cea3f9638460a17465ac5a0 (diff) |
Restart Signal
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 7bc35e1..a51c964 100644 --- a/config.def.h +++ b/config.def.h @@ -123,6 +123,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 */ |