Reverse url sort order using tac
This commit is contained in:
		
							parent
							
								
									7a3e367f49
								
							
						
					
					
						commit
						1a69ba84bc
					
				
							
								
								
									
										2
									
								
								PKGBUILD
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								PKGBUILD
									
									
									
									
									
								
							@ -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-externalpipe-20160727-308bfbf.diff
 | 
				
			||||||
	http://st.suckless.org/patches/st-hidecursor-20160727-308bfbf.diff)
 | 
						http://st.suckless.org/patches/st-hidecursor-20160727-308bfbf.diff)
 | 
				
			||||||
md5sums=('29b2a599cf1511c8062ed8f025c84c63'
 | 
					md5sums=('29b2a599cf1511c8062ed8f025c84c63'
 | 
				
			||||||
         '8c371d976a7a054dd8f9831abb3469db'
 | 
					         '660d6802bd0dcce12d474bf911ffb6db'
 | 
				
			||||||
         '47d628501defd776efd0d4fbb1968895'
 | 
					         '47d628501defd776efd0d4fbb1968895'
 | 
				
			||||||
         '8ff8a77b34dfc09a4dd0d2cf876d68e7')
 | 
					         '8ff8a77b34dfc09a4dd0d2cf876d68e7')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								config.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								config.h
									
									
									
									
									
								
							@ -173,7 +173,7 @@ static Shortcut shortcuts[] = {
 | 
				
			|||||||
	{ MODKEY|ShiftMask,		XK_C,           clipcopy,       {.i =  0} },
 | 
						{ MODKEY|ShiftMask,		XK_C,           clipcopy,       {.i =  0} },
 | 
				
			||||||
	{ ControlMask|ShiftMask,	XK_V,           clippaste,      {.i =  0} },
 | 
						{ ControlMask|ShiftMask,	XK_V,           clippaste,      {.i =  0} },
 | 
				
			||||||
	{ MODKEY,			XK_Num_Lock,    numlock,        {.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" } },
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user