add audio media keys to swayconfig
This commit is contained in:
parent
6829f3c575
commit
def3f0cf29
1 changed files with 5 additions and 0 deletions
|
@ -134,6 +134,11 @@ bindsym XF86AudioRaiseVolume exec pamixer -i 5
|
|||
bindsym XF86AudioLowerVolume exec pamixer -d 5
|
||||
bindsym XF86AudioMicMute exec amixer -D pulse sset Capture toggle
|
||||
|
||||
# MPD
|
||||
bindsym XF86AudioPrev exec mpc prev
|
||||
bindsym XF86AudioPlay exec mpc toggle
|
||||
bindsym XF86AudioNext exec mpc next
|
||||
|
||||
# Brightness
|
||||
bindsym XF86MonBrightnessUp exec light -A 10
|
||||
bindsym XF86MonBrightnessDown exec light -U 10
|
||||
|
|
Loading…
Add table
Reference in a new issue