From 0495dd8fec75da78a21d2ea10b85d2b157c578c1 Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 12 Feb 2023 01:47:05 -0600 Subject: default playerctl prompt to play-pause and not play --- mprisctl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mprisctl') diff --git a/mprisctl b/mprisctl index 9577ead..f9cb5a3 100755 --- a/mprisctl +++ b/mprisctl @@ -3,9 +3,9 @@ DMENU_PROMPT=$(playerctl -l | barmenu -p 'Players:') [ -z "$DMENU_PROMPT" ] && exit 1 -PLAYERCONTROLS_PROMPT=$(echo "play +PLAYERCONTROLS_PROMPT=$(echo "play-pause pause -play-pause +play stop next previous -- cgit v1.2.3