update the pdf reader

This commit is contained in:
Salim Zaidi 2023-07-03 08:12:48 +01:00
parent 24dc2063b8
commit cc9685538b
3 changed files with 3 additions and 3 deletions

View file

@ -83,7 +83,7 @@ sudo nala install -y mpv
sudo nala install -y galculator
# Document Viewer
sudo nala install -y mupdf
sudo nala install -y zathura
# Disk Utilities and Cleaning Tools
sudo nala install -y gnome-disk-utility bleachbit

View file

@ -1,5 +1,5 @@
super + shift + h
mupdf "$HOME/.config/guide.pdf"
zathura "$HOME/.config/guide.pdf"
alt + x
alacritty -e "ranger" ~/Downloads/Watch

View file

@ -1,7 +1,7 @@
#!/bin/bash
# Set default applications for file types
xdg-mime default mupdf.desktop application/pdf
xdg-mime default zathura.desktop application/pdf
xdg-mime default mousepad.desktop text/plain
xdg-mime default codium.desktop text/html
xdg-mime default codium.desktop text/css