aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotfiles/.config/mimeapps.list2
-rwxr-xr-xdotfiles/.local/bin/mailcheck2
2 files changed, 2 insertions, 2 deletions
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.