rofi-mediaplayer: replace play-pause with play

While media keys often don't have a pause button, this is not the case
for the rofi menu.
This commit is contained in:
Vincent Bernat 2021-10-15 19:48:59 +02:00
parent bba5ef6bb1
commit f854a0fedf

View file

@ -51,7 +51,7 @@ EOF
1)
case $ROFI_INFO in
1) playerctl -p $mediaplayer previous ;;
2) playerctl -p $mediaplayer play-pause ;;
2) playerctl -p $mediaplayer play ;;
3) playerctl -p $mediaplayer pause ;;
4) playerctl -p $mediaplayer stop ;;
5) playerctl -p $mediaplayer next ;;