|  | @@ -260,10 +260,12 @@ set $casts ~/videos/casts
 | 
	
		
			
				|  |  |  # Sreen brightness controls
 | 
	
		
			
				|  |  |  bindsym F5 exec ~/.bin/fade down
 | 
	
		
			
				|  |  |  bindsym F6 exec ~/.bin/fade up
 | 
	
		
			
				|  |  | +bindsym XF86MonBrightnessUp exec ~/.bin/fade up
 | 
	
		
			
				|  |  | +bindsym XF86MonBrightnessDown exec ~/.bin/fade down
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -bindsym XF86MonBrightnessUp exec ~/.config/i3/bright.sh -u # increase screen brightness
 | 
	
		
			
				|  |  | -bindsym XF86MonBrightnessDown exec ~/.config/i3/bright.sh -d # decrease screen brightness
 | 
	
		
			
				|  |  | -bindsym XF86Search exec ~/.config/i3/bright.sh 1 # decrease screen brightness
 | 
	
		
			
				|  |  | +#bindsym XF86MonBrightnessUp exec ~/.config/i3/bright.sh -u # increase screen brightness
 | 
	
		
			
				|  |  | +#bindsym XF86MonBrightnessDown exec ~/.config/i3/bright.sh -d # decrease screen brightness
 | 
	
		
			
				|  |  | +#bindsym XF86Search exec ~/.config/i3/bright.sh 1 # decrease screen brightness
 | 
	
		
			
				|  |  |  #bindsym F5 exec ~/.config/i3/bright.sh -d # decrease screen brightness
 | 
	
		
			
				|  |  |  #bindsym F6 exec ~/.config/i3/bright.sh -u # increase screen brightness
 | 
	
		
			
				|  |  |  
 |