summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-08-21 19:27:06 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-08-21 19:27:06 +0100
commitbb61c4f594ee51c7b141a81331728081ed5c832e (patch)
tree3c748104a4395a4899df10695932825b732fc8e7 /config.h
parentce9e4453d2ed41c27c72c0a51948995f3f122fcd (diff)
add kill client feature to search function
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index db062b6..0cb584f 100644
--- a/config.h
+++ b/config.h
@@ -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} },
};