You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							 | 
							
							[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							#transparency and shadows
 | 
						
						
						
						
							 | 
							
							xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 &
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							dropboxd &
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							# random background
 | 
						
						
						
						
							 | 
							
							while true;
 | 
						
						
						
						
							 | 
							
							do
 | 
						
						
						
						
							 | 
							
							  awsetbg -c -r ~/Dropbox/Photos/wallpaper
 | 
						
						
						
						
							 | 
							
							  sleep 1m
 | 
						
						
						
						
							 | 
							
							done &
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							urxvt &
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							exec awesome
 |