mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 14:42:37 +00:00
Compare commits
3 Commits
c44c2cf5ea
...
358b9719f1
| Author | SHA1 | Date | |
|---|---|---|---|
|
358b9719f1
|
|||
|
89b12fc5fa
|
|||
|
23a27446df
|
12
runs/after/zathura
Executable file
12
runs/after/zathura
Executable 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
|
||||||
@@ -4,6 +4,7 @@ hyprpaper-git
|
|||||||
hypridle-git
|
hypridle-git
|
||||||
hyprlock-git
|
hyprlock-git
|
||||||
hyprlauncher-git
|
hyprlauncher-git
|
||||||
|
hyprshot-git
|
||||||
xdg-desktop-portal-hyprland-git
|
xdg-desktop-portal-hyprland-git
|
||||||
bc # used for some scripts.
|
bc # used for some scripts.
|
||||||
waybar
|
waybar
|
||||||
|
|||||||
3
runs/zathura
Normal file
3
runs/zathura
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Packages to install with this run.
|
||||||
|
zathura
|
||||||
|
zathura-pdf-poppler
|
||||||
Reference in New Issue
Block a user