Minor alterations.

This commit is contained in:
Derek Taylor
2019-04-24 23:47:06 -05:00
parent 55a74259a4
commit 43210314f8
3 changed files with 5 additions and 10 deletions

View File

@@ -116,7 +116,7 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
/* Apps Launched with <SUPER> + <KEYPAD 1-9> */
{ MODKEY, XK_KP_End, spawn, CMD("st -e lynx -cfg=~/.lynx.cfg -lss=~/.lynx.lss http://www.distrowatch.com") },
{ MODKEY, XK_KP_End, spawn, CMD("st -e lynx -cfg=~/.lynx/lynx.cfg -lss=~/.lynx/lynx.lss gopher://distro.tube") },
{ MODKEY, XK_KP_Down, spawn, CMD("st -e sh ./scripts/googler-script.sh") },
{ MODKEY, XK_KP_Page_Down, spawn, CMD("st -e newsboat") },
{ MODKEY, XK_KP_Left, spawn, CMD("st -e rtv") },