[dwm] Switch to playerctl from mpc

This commit is contained in:
dogeystamp 2022-04-24 10:56:08 -04:00 committed by dogeystamp
parent e637517726
commit 99e7773031

View File

@ -81,9 +81,9 @@ static const char *lockcmd[] = { "slock" };
static const char *upvol[] = { "/usr/bin/pactl", "set-sink-volume", "0", "+5%", NULL };
static const char *downvol[] = { "/usr/bin/pactl", "set-sink-volume", "0", "-5%", NULL };
static const char *mutevol[] = { "/usr/bin/pactl", "set-sink-mute", "0", "toggle", NULL };
static const char *play[] = { "mpc", "toggle", NULL };
static const char *next[] = { "mpc", "next", NULL };
static const char *prev[] = { "mpc", "prev", NULL };
static const char *play[] = { "playerctl", "play-pause", NULL };
static const char *next[] = { "playerctl", "next", NULL };
static const char *prev[] = { "playerctl", "previous", NULL };
static const char *stopcmd[] = { "mpc", "stop", NULL };
static const Key keys[] = {