|  | @@ -26,8 +26,7 @@ font pango:monospace 8
 | 
	
		
			
				|  |  |  floating_modifier $mod
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # start a terminal
 | 
	
		
			
				|  |  | -#bindsym $mod+Return exec i3-sensible-terminal
 | 
	
		
			
				|  |  | -bindsym $mod+Return exec i3-sensible-terminal
 | 
	
		
			
				|  |  | +bindsym $mod+Return exec alacritty
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # kill focused window
 | 
	
		
			
				|  |  |  bindsym $mod+Shift+q kill
 | 
	
	
		
			
				|  | @@ -183,6 +182,10 @@ bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute s
 | 
	
		
			
				|  |  |  bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5 # increase screen brightness
 | 
	
		
			
				|  |  |  bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5 # decrease screen brightness
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +bindsym XF86AudioPlay exec playerctl play-pause
 | 
	
		
			
				|  |  | +bindsym XF86AudioNext exec playerctl next
 | 
	
		
			
				|  |  | +bindsym XF86AudioPrev exec playerctl previous
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  # default screen brightness
 | 
	
		
			
				|  |  |  exec --no-startup-id xbacklight -set 12
 | 
	
		
			
				|  |  |  
 |