mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-06 03:19:28 +00:00
update the pdf reader
This commit is contained in:
parent
24dc2063b8
commit
cc9685538b
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
super + shift + h
|
||||
mupdf "$HOME/.config/guide.pdf"
|
||||
zathura "$HOME/.config/guide.pdf"
|
||||
|
||||
alt + x
|
||||
alacritty -e "ranger" ~/Downloads/Watch
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue