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
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							setxkbmap dvorak
 | 
						
						
						
						
							 | 
							
							setxkbmap -option ctrl:nocaps
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							compton -cGb
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							dropboxd &
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							# random background
 | 
						
						
						
						
							 | 
							
							while true;
 | 
						
						
						
						
							 | 
							
							do
 | 
						
						
						
						
							 | 
							
							  awsetbg -c -r ~/Dropbox/Photos/wallpaper
 | 
						
						
						
						
							 | 
							
							  sleep 1m
 | 
						
						
						
						
							 | 
							
							done &
 | 
						
						
						
						
							 | 
							
							
 | 
						
						
						
						
							 | 
							
							exec awesome
 |