published under license Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)copy! share!
posted in category Systems Software / X Server & Wayland
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