Update zathura and screenshot script
Christian Krinitsin mail@krinitsin.com
Fri, 31 Oct 2025 14:26:27 +0100
2 files changed,
3 insertions(+),
3 deletions(-)
M
bin/screenshot
→
bin/screenshot
@@ -18,9 +18,9 @@ case "$MODE" in
*save*) cd $DIR timestamp=$(date +"%Y-%m-%d_%H-%M-%S") - /usr/share/sway-contrib/grimshot save area "$timestamp.png" + grimshot save area "$timestamp.png" ;; *copy*) - /usr/share/sway-contrib/grimshot copy area + grimshot copy area ;; esac
M
bin/zathura-fzf
→
bin/zathura-fzf
@@ -3,7 +3,7 @@
# find "$@" -type f -iname '*pdf' > ~/.pdffiles.txt fd --type f --extension pdf . $@ > ~/.pdffiles.txt -cat ~/.pdffiles.txt | rofi -dmenu > ~/.zathurafile.txt +cat ~/.pdffiles.txt | rofi -i -dmenu > ~/.zathurafile.txt selected_file=$(cat ~/.zathurafile.txt)