diff options
Diffstat (limited to 'bin/downloads')
-rwxr-xr-x | bin/downloads | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/downloads b/bin/downloads deleted file mode 100755 index c4c306e..0000000 --- a/bin/downloads +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -DOWNLOAD_DIR="$HOME/Downloads" -PDF=$(ls -t $DOWNLOAD_DIR/*.pdf) -TARGET=$(echo "${PDF//"$DOWNLOAD_DIR/"/}" | dmenu -i -p "Open File:") -[[ -n $TARGET ]] && zathura "$DOWNLOAD_DIR/$TARGET" & |