From 19cdfb7a8b522136317f2de0f2f901572ebee066 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sun, 5 Dec 2021 17:42:34 +0100 Subject: Adjust font size --- bin/.local/bin/references | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/.local/bin/references b/bin/.local/bin/references index 4501904..f1f5e9e 100755 --- a/bin/.local/bin/references +++ b/bin/.local/bin/references @@ -1,5 +1,5 @@ #!/bin/bash -REF_DIR="$HOME/postdoc/references" +REF_DIR="$HOME/work/references" PDF=$(find $REF_DIR -regex ".*.\(pdf\|djvu\|PDF\|ps\)" -printf "%C@ %P\n" | sort | tac | cut -d' ' -f2-) TARGET=$(echo "${PDF//"$REF_DIR/"/}" | dmenu -i -p "Open File") [[ -n $TARGET ]] && exec zathura "$REF_DIR/$TARGET" -- cgit v1.2.3