diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-09-23 08:16:34 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-09-23 08:16:34 +0200 |
commit | 503f8bd3eac1848cd2b472f64ab76c1bb8a41cb1 (patch) | |
tree | 5a89be396a33cc36771a5b24fccef4e8a7b723bb /mpeg_play | |
parent | 65f16a35e0c4c33cd4421903ecaffec0a350c7ec (diff) | |
download | scripts-503f8bd3eac1848cd2b472f64ab76c1bb8a41cb1.tar.gz scripts-503f8bd3eac1848cd2b472f64ab76c1bb8a41cb1.tar.bz2 scripts-503f8bd3eac1848cd2b472f64ab76c1bb8a41cb1.zip |
update
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 |