diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-08-16 18:21:26 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-08-16 18:21:26 +0900 |
| commit | 256ce3fed4441dbd247158d24e1753c1faa44a83 (patch) | |
| tree | 5cbea94c0ca4d3ae95cdfa393c4220747607a77f /dwm/config.h | |
| parent | e815b343c75f4ac77f484f5fbb58386043fc7a00 (diff) | |
Init
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 } } }, |
