summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-08-09 11:52:09 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-08-09 11:52:09 +0100
commitd334b4b0a72efe2ab33b14e0f7c1f649eeaf3033 (patch)
treec6024c5021bc7847149b4f88785ba805e149fd74 /config.h
parentc5360d2f89ea2d0c4fddec06a18feaa6c7d16c30 (diff)
update quicksearch
Diffstat (limited to 'config.h')
-rwxr-xr-xconfig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 74b8594..0c3ec8b 100755
--- a/config.h
+++ b/config.h
@@ -130,7 +130,8 @@ static const Key keys[] = {
{ MODKEY, XK_Print, spawn, SHCMD("maimpick") },
{ MODKEY, XK_c, spawn, SHCMD("pgrep xcompmgr && pkill -9 xcompmgr || xcompmgr &") },
- { MODKEY, XK_p, quicksearch, {0} },
+ { MODKEY, XK_p, quicksearch, {.i = 0} },
+ { MODKEY|ShiftMask, XK_p, quicksearch, {.i = 1} },
};
/* button definitions */