Mind Dump, Tech And Life Blog
written by Ivan Alenko
published under license Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)copy! share!
posted at 24. Aug '21

PekWM Multimedia Keys Support

# .pekwm/keys

# Multimedia
KeyPress = "XF86AudioMute" { Actions = "Exec amixer set Master toggle" }
KeyPress = "XF86AudioLowerVolume" { Actions = "Exec amixer set Master 5%- unmute" }
KeyPress = "XF86AudioRaiseVolume" { Actions = "Exec amixer set Master 5%+ unmute" }
KeyPress = "XF86AudioPrev" { Actions = "Exec mpc prev" }
KeyPress = "XF86AudioPlay" { Actions = "Exec mpc toggle" }
KeyPress = "XF86AudioNext" { Actions = "Exec mpc next" }

Add Comment