mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-06 11:29: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
|
sudo nala install -y galculator
|
||||||
|
|
||||||
# Document Viewer
|
# Document Viewer
|
||||||
sudo nala install -y mupdf
|
sudo nala install -y zathura
|
||||||
|
|
||||||
# Disk Utilities and Cleaning Tools
|
# Disk Utilities and Cleaning Tools
|
||||||
sudo nala install -y gnome-disk-utility bleachbit
|
sudo nala install -y gnome-disk-utility bleachbit
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
super + shift + h
|
super + shift + h
|
||||||
mupdf "$HOME/.config/guide.pdf"
|
zathura "$HOME/.config/guide.pdf"
|
||||||
|
|
||||||
alt + x
|
alt + x
|
||||||
alacritty -e "ranger" ~/Downloads/Watch
|
alacritty -e "ranger" ~/Downloads/Watch
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Set default applications for file types
|
# 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 mousepad.desktop text/plain
|
||||||
xdg-mime default codium.desktop text/html
|
xdg-mime default codium.desktop text/html
|
||||||
xdg-mime default codium.desktop text/css
|
xdg-mime default codium.desktop text/css
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue