diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-27 23:09:11 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-27 23:09:11 +0100 |
| commit | dc5029577ad18c623ba85dda4e6ff8205256a761 (patch) | |
| tree | 25a755af211b61997eb89386fab29d037a52d2bd /config.def.h | |
| parent | b8317d9f94aec8a8505cba230f113201ed6a4fc3 (diff) | |
<ctrl>-Q to <ctrl>-C
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index ceba71f..1ae966d 100644 --- a/config.def.h +++ b/config.def.h @@ -57,7 +57,7 @@ static const Key keys[] = { { MODKEY, XK_9, move, { .i = 8 } }, { MODKEY, XK_0, move, { .i = 9 } }, - { MODKEY, XK_q, killclient, { 0 } }, + { MODKEY, XK_c, killclient, { 0 } }, { MODKEY, XK_u, focusurgent, { 0 } }, { MODKEY|ShiftMask, XK_u, toggle, { .v = (void*) &urgentswitch } }, |