mirror of
				https://github.com/mitchell/dotfiles.git
				synced 2025-11-03 21:25:26 +00:00 
			
		
		
		
	Add media controls to sxhkdrc
This commit is contained in:
		
							parent
							
								
									0e86253ce8
								
							
						
					
					
						commit
						b33f5c8f59
					
				| 
						 | 
					@ -31,6 +31,32 @@ super + Escape
 | 
				
			||||||
alt + l
 | 
					alt + l
 | 
				
			||||||
  physlock
 | 
					  physlock
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# media controls
 | 
				
			||||||
 | 
					super + {@minus,@equal}
 | 
				
			||||||
 | 
					  pactl set-sink-volume '@DEFAULT_SINK@' {-,+}10%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					XF86AudioRaiseVolume
 | 
				
			||||||
 | 
					  pactl set-sink-volume '@DEFAULT_SINK@' +10%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					XF86AudioLowerVolume
 | 
				
			||||||
 | 
					  pactl set-sink-volume '@DEFAULT_SINK@' -10%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					XF86AudioPlay
 | 
				
			||||||
 | 
					  playerctl play
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					XF86AudioPause
 | 
				
			||||||
 | 
					  playerctl pause
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					XF86AudioNext
 | 
				
			||||||
 | 
					  playerctl next
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					XF86AudioPrev
 | 
				
			||||||
 | 
					  playerctl previous
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# brightness
 | 
				
			||||||
 | 
					super + shift + {@underscore,@plus}
 | 
				
			||||||
 | 
					  light -{U,A} 10
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# bspwm hotkeys
 | 
					# bspwm hotkeys
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue