diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-08-09 11:52:09 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-08-09 11:52:09 +0100 |
| commit | d334b4b0a72efe2ab33b14e0f7c1f649eeaf3033 (patch) | |
| tree | c6024c5021bc7847149b4f88785ba805e149fd74 /config.h | |
| parent | c5360d2f89ea2d0c4fddec06a18feaa6c7d16c30 (diff) | |
update quicksearch
Diffstat (limited to 'config.h')
| -rwxr-xr-x | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |
