diff options
| author | ivan-boikov <ik.boikov.public@protonmail.com> | 2024-08-18 18:52:44 +0200 |
|---|---|---|
| committer | ivan-boikov <ik.boikov.public@protonmail.com> | 2024-08-18 18:52:44 +0200 |
| commit | b78abc01ac34060b58f57a3464a1847caf4e1abe (patch) | |
| tree | cfdb83e428484d4c8f5a3274705f5a2437a21046 /config.def.h | |
| parent | 311cce62833fe1407796543554ac56067c780736 (diff) | |
Applied dwm-restartsig-20180523-6.2.diff
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 9efa774..3e9f854 100644 --- a/config.def.h +++ b/config.def.h @@ -95,6 +95,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 */ |
