aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 21b58fd..a97e462 100644
--- a/config.h
+++ b/config.h
@@ -60,7 +60,7 @@ static Key keys[] = {
// }}}
// Media controls {{{
- { Super, XK_m, mode(MusicPlayer, False) },
+ { Super, XK_m, mode(MusicPlayer, True) },
{ 0, XF86XK_AudioRaiseVolume, SCRIPT(sound.sh volume up) },
{ 0, XF86XK_AudioLowerVolume, SCRIPT(sound.sh volume down) },
{ 0, XF86XK_AudioMute, SCRIPT(sound.sh mute) },