From f5596952871a0e01bc888dca4dab6d67cf265ecf Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Thu, 2 Apr 2020 22:30:02 +0300 Subject: some more fixes --- dotfiles/.config/mimeapps.list | 2 +- dotfiles/.local/bin/mailcheck | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles') diff --git a/dotfiles/.config/mimeapps.list b/dotfiles/.config/mimeapps.list index cae1ced..2fa39ed 100644 --- a/dotfiles/.config/mimeapps.list +++ b/dotfiles/.config/mimeapps.list @@ -9,5 +9,5 @@ x-scheme-handler/qute=org.qutebrowser.qutebrowser.desktop; image/gif=imv.desktop; image/png=imv.desktop; image/jpeg=imv.desktop; -text/html=nvim.desktop; +text/html=org.qutebrowser.qutebrowser.desktop; text/xml=nvim.desktop; diff --git a/dotfiles/.local/bin/mailcheck b/dotfiles/.local/bin/mailcheck index 32f76a9..75800a9 100755 --- a/dotfiles/.local/bin/mailcheck +++ b/dotfiles/.local/bin/mailcheck @@ -12,7 +12,7 @@ export DISPLAY=:0.0 notify() { notify-send "📬 Email" "$2 new mail(s) in \`$1\` account." - mplayer $HOME/.local/share/soundalerts/mail.mp3 + mpv $HOME/.local/share/soundalerts/mail.mp3 } # Run mbsync. You can feed this script different settings. -- cgit v1.2.3