music playpause script
[dotfiles.git] / config.h / dwm / config.h
index 9469981..bff64b5 100644 (file)
@@ -71,8 +71,7 @@ static const char *brightdown[] = { "xbacklight", "-dec", "5", NULL };
 static const char *volume_mute[] = {"pactl", "set-sink-mute", "@DEFAULT_SINK@", "toggle", NULL};
 static const char *volume_dec[] = {"pactl", "set-sink-volume", "@DEFAULT_SINK@", "-5%", NULL};
 static const char *volume_inc[] = {"pactl", "set-sink-volume", "@DEFAULT_SINK@", "+5%", NULL};
-//static const char *toggle_music[] = {"quodlibet", "--play-pause", NULL};
-static const char *toggle_music[] = {"cmus-remote", "--pause", NULL};
+static const char *toggle_music[] = {"music_toggle", NULL};
 
 static Key keys[] = {
        /* modifier                     key        function        argument */