feat: Adds runs/after/zathura to set it as the default pdf viewer.

This commit is contained in:
2025-11-13 15:23:32 -05:00
parent 358b9719f1
commit b7ce95dc66

View File

@@ -8,5 +8,10 @@ install() {
xdg-mime default org.pwmt.zathura.desktop application/pdf
}
uninstall() {
xdg-mime default brave-browser.desktop application/pdf
}
arg=${1:-""}
[[ $arg == "install" ]] && install
[[ $arg == "uninstall" ]] && uninstall