From 294189804c5b5e29e2b955a9187d7f8195ebd324 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 12 Apr 2021 11:50:59 +0300 Subject: [PATCH] Feat(audacious): Toggle "stop after the song" --- audio/players/action | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/players/action b/audio/players/action index 6d234bd..af5a2c7 100755 --- a/audio/players/action +++ b/audio/players/action @@ -33,6 +33,8 @@ elif pgrep audacious >/dev/null; then exec audtool --playback-playpause elif [ "$action" = stop ]; then exec audtool --playback-stop + elif [ "$action" = stop-after ]; then + exec audtool --playlist-stop-after-toggle fi else -- 2.39.2