Reverse url sort order using tac

This commit is contained in:
David Thurstenson 2016-10-20 08:22:15 -05:00
parent 7a3e367f49
commit 1a69ba84bc
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ source=(http://dl.suckless.org/st/$pkgname-$pkgver.tar.gz
http://st.suckless.org/patches/st-externalpipe-20160727-308bfbf.diff
http://st.suckless.org/patches/st-hidecursor-20160727-308bfbf.diff)
md5sums=('29b2a599cf1511c8062ed8f025c84c63'
'8c371d976a7a054dd8f9831abb3469db'
'660d6802bd0dcce12d474bf911ffb6db'
'47d628501defd776efd0d4fbb1968895'
'8ff8a77b34dfc09a4dd0d2cf876d68e7')

View File

@ -173,7 +173,7 @@ static Shortcut shortcuts[] = {
{ MODKEY|ShiftMask, XK_C, clipcopy, {.i = 0} },
{ ControlMask|ShiftMask, XK_V, clippaste, {.i = 0} },
{ MODKEY, XK_Num_Lock, numlock, {.i = 0} },
{ ControlMask|ShiftMask, XK_X, externalpipe, { .v = "xurls | dmenu -l 10 | xargs -r chromium" } },
{ ControlMask|ShiftMask, XK_X, externalpipe, { .v = "xurls | tac | dmenu -l 10 | xargs -r chromium" } },
};
/*