3 Commits

3 changed files with 16 additions and 0 deletions

12
runs/after/zathura Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
set -e
set -o nounset
set -o pipefail
install() {
xdg-mime default org.pwmt.zathura.desktop application/pdf
}
arg=${1:-""}
[[ $arg == "install" ]] && install

View File

@@ -4,6 +4,7 @@ hyprpaper-git
hypridle-git
hyprlock-git
hyprlauncher-git
hyprshot-git
xdg-desktop-portal-hyprland-git
bc # used for some scripts.
waybar

3
runs/zathura Normal file
View File

@@ -0,0 +1,3 @@
# Packages to install with this run.
zathura
zathura-pdf-poppler