diff options
Diffstat (limited to 'mpeg_play')
-rwxr-xr-x | mpeg_play | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ # mpv can sometimes take a few seconds to open when streaming # so I use notification that it's happening -dunstify -t 2000 -a "Video" -u low -i "media-playback-start-symbolic" \ +dunstify -t 2000 -a "Video" -u low -i "media-playback-start-symbolic"\ -h string:x-dunst-stack-tag:"Media" "MPV Launching" & # detect if playlist |