diff options
Diffstat (limited to 'dwm/config.h')
| -rw-r--r-- | dwm/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm/config.h b/dwm/config.h index a3968b9..1e36955 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -340,8 +340,8 @@ static const Key keys[] = { { MODKEY | ControlMask, XK_Return, togglescratch, { .ui = 0 } }, // terminal // // SCRIPTS - { MODKEY, XK_b, spawn, SHCMD("xdotool type $(grep -v '^#' ~/.local/share/thesiah/snippets | dmenu -i -l 50 | cut -d' ' -f1)") }, - { MODKEY | ShiftMask, XK_b, spawn, { .v = (const char *[]){ "bookmarks", NULL } } }, + { MODKEY, XK_b, spawn, { .v = (const char *[]){ "bookmarks", "-c", NULL } } }, + { MODKEY | ShiftMask, XK_b, spawn, { .v = (const char *[]){ "bookmarks", "-n", NULL } } }, { MODKEY | ControlMask, XK_b, spawn, { .v = (const char *[]){ "bookmarks", "-p", NULL } } }, { MODKEY | ShiftMask, XK_d, spawn, { .v = (const char *[]){ "passmenu", NULL } } }, { MODKEY | ControlMask, XK_d, spawn, { .v = (const char *[]){ "passmenu2", NULL } } }, |
