Mediakeys

Description

This patch allows using the following keys to be used while the screen is locked:

I don't want to unlock the screen just in order to skip the current song or raise the volume, mute, etc that's all there is to it.

NOTE: If you are using dwm for key bindings, in your dwm.c file, go to the setup function to the line with wa.event_mask = and add |KeyPressMask

`c wa.event_mask = SubstructureRedirectMask|SubstructureNotifyMask |ButtonPressMask|PointerMotionMask|EnterWindowMask |LeaveWindowMask|StructureNotifyMask|PropertyChangeMask|KeyPressMask; `

Download

Authors