From f415723a18c546b69f74ec2695d4f71c5a61b953 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Fri, 31 Oct 2025 14:26:27 +0100 Subject: Update zathura and screenshot script --- bin/screenshot | 4 ++-- bin/zathura-fzf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/screenshot b/bin/screenshot index bc7bd6e..6707090 100755 --- a/bin/screenshot +++ b/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 diff --git a/bin/zathura-fzf b/bin/zathura-fzf index 502477e..c68fa4b 100755 --- a/bin/zathura-fzf +++ b/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) -- cgit v1.2.3