From 99e77730313f0b6efb85aa991aa562a1e145ebe9 Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Sun, 24 Apr 2022 10:56:08 -0400 Subject: [PATCH] [dwm] Switch to playerctl from mpc --- suckless/dwm/config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/suckless/dwm/config.def.h b/suckless/dwm/config.def.h index 3fbddfe..f913217 100644 --- a/suckless/dwm/config.def.h +++ b/suckless/dwm/config.def.h @@ -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[] = {