diff options
author | Himbeer <himbeer@disroot.org> | 2024-09-21 13:16:55 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-09-21 13:16:55 +0200 |
commit | f11be61d39c5fb6d914a7e63eea4c3e4c30d754c (patch) | |
tree | 1dc45268c720f0f8b9ce99d34c9415078a006dc0 | |
parent | 3e92083dc6396024e53aa9c7b049086a88af9743 (diff) |
Install zathura and make it the default PDF viewer
-rwxr-xr-x | install.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -76,7 +76,8 @@ if command_exists pacman; then gstreamer \ gst-plugins-base \ gst-plugins-good \ - gst-plugins-bad + gst-plugins-bad \ + zathura paru -Sy --noconfirm --needed \ river-bsp-layout \ @@ -117,6 +118,7 @@ xdg-user-dirs-update --set VIDEOS ~/videos xdg-mime default feh.desktop image/jpeg xdg-mime default feh.desktop image/png +xdg-mime default org.pwmt.zathura.desktop application/pdf mkdir -p ~/.config/alacritty ln -sf ${PWD}/alacritty.toml ~/.config/alacritty/alacritty.toml |