diff options
| author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-12-17 10:41:07 +0300 |
|---|---|---|
| committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-12-17 10:41:07 +0300 |
| commit | 884fe64b00030adf6f36c3e6e8d0cf5b8aa4b4b1 (patch) | |
| tree | b582e27942f4d66df8bfc6d81f303ce31ceb18a0 /dotfiles/.local/bin | |
| parent | f0b4dcca559d5c26f70e5ad0c44c6bd9e75cc7e4 (diff) | |
| download | swayrice-884fe64b00030adf6f36c3e6e8d0cf5b8aa4b4b1.tar.gz swayrice-884fe64b00030adf6f36c3e6e8d0cf5b8aa4b4b1.zip | |
mailsync: mpv --keep-open=no argniri
Added after changing mpv's config.
Diffstat (limited to 'dotfiles/.local/bin')
| -rwxr-xr-x | dotfiles/.local/bin/mailsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/mailsync b/dotfiles/.local/bin/mailsync index d67db06..7c644f6 100755 --- a/dotfiles/.local/bin/mailsync +++ b/dotfiles/.local/bin/mailsync @@ -39,7 +39,7 @@ do done if [ $thereis = 1 ]; then - mpv --really-quiet "$HOME/.local/share/soundalerts/mail.ogg" + mpv --keep-open=no --really-quiet "$HOME/.local/share/soundalerts/mail.ogg" killall -43 waybar fi |
