edit zathura-fzf script: use rofi
Christian Krinitsin mail@krinitsin.com
Mon, 14 Apr 2025 21:37:38 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
bin/zathura-fzf
→
bin/zathura-fzf
@@ -2,7 +2,7 @@ #!/bin/sh
find "$@" -type f -iname '*pdf' > ~/.pdffiles.txt -alacritty -e sh -c 'cat ~/.pdffiles.txt | fzf > ~/.zathurafile.txt' +cat ~/.pdffiles.txt | rofi -dmenu > ~/.zathurafile.txt selected_file=$(cat ~/.zathurafile.txt)