change media controls

This commit is contained in:
2025-12-23 13:52:02 -08:00
parent 52fa9be19a
commit f8712b2873

View File

@ -72,9 +72,9 @@ static const char *mutecmd[] = { "volumectl", "mute", NULL};
static const char *audioswitchcmd[] = { "audioswitch", NULL }; static const char *audioswitchcmd[] = { "audioswitch", NULL };
// playerctl controls // playerctl controls
static const char *playpausecmd[] = { "playerctl", "play-pause", NULL }; static const char *playpausecmd[] = { "mpc", "toggle", NULL };
static const char *nextcmd[] = { "playerctl", "next", NULL }; static const char *nextcmd[] = { "mpc", "next", NULL };
static const char *prevcmd[] = { "playerctl", "previous", NULL }; static const char *prevcmd[] = { "mpc", "prev", NULL };
// screenshots // screenshots
static const char *screenshot_fullscreencmd[] = { "screenshot", NULL }; static const char *screenshot_fullscreencmd[] = { "screenshot", NULL };