Use package provided paths

This commit is contained in:
Alex D. 2020-11-03 21:40:28 +01:00
parent 2f1d660607
commit 1d594af512
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 4 additions and 4 deletions

View File

@ -88,10 +88,10 @@ static const Key keys[] = {
{ MODKEY, XK_f, spawn, STCMD("nnn") },
/* dmenu scripts */
{ MODKEY, XK_r, spawn, SHCMD("~/Projects/sfeed-dmenu/script.sh") },
{ MODKEY, XK_x, spawn, SHCMD("~/Projects/dmenu-bookmarks/bookmarks.sh ~/Bookmarks") },
{ MODKEY|ShiftMask, XK_n, spawn, SHCMD("~/Projects/AnsibleQuickDocs/search.sh") },
{ MODKEY, XK_y, spawn, SHCMD("~/Projects/passman/script.sh") },
{ MODKEY, XK_r, spawn, SHCMD("sfeed-dmenu") },
{ MODKEY, XK_x, spawn, SHCMD("bookmarks-dmenu ~/Bookmarks") },
{ MODKEY|ShiftMask, XK_n, spawn, SHCMD("ansiblequickdocs") },
{ MODKEY, XK_y, spawn, SHCMD("passman-dmenu") },
{ MODKEY, XK_t, spawn, SHCMD("out=$(< ~/.cache/twitch dmenu -l 20); out=\"${out%% | *}\"; [ -z \"$out\" ] || mpv --profile=v \"https://twitch.tv/$out\"") },
/* mpv controls */