mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 02:04:21 +02:00
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:
parent
bba5ef6bb1
commit
f854a0fedf
1 changed files with 1 additions and 1 deletions
|
@ -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 ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue