summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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 */