diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-08-21 19:27:06 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-08-21 19:27:06 +0100 |
| commit | bb61c4f594ee51c7b141a81331728081ed5c832e (patch) | |
| tree | 3c748104a4395a4899df10695932825b732fc8e7 /config.h | |
| parent | ce9e4453d2ed41c27c72c0a51948995f3f122fcd (diff) | |
add kill client feature to search function
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -132,6 +132,7 @@ static const Key keys[] = { { MODKEY, XK_p, search, {.i = 0} }, { MODKEY|ShiftMask, XK_p, search, {.i = 1} }, + { MODKEY|ShiftMask, XK_q, search, {.i = 2} }, { MODKEY, XK_b, togglemouse, {0} }, }; |
