commit 1902dbf371af28478b3a2e97adbc4fbb912736f9 parent b33880ac42ab6bad1bdcc6f5bb1d042d9944dad4 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Thu, 13 Apr 2017 00:10:00 +0200 update for rofi Diffstat:
xpapers | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xpapers b/xpapers @@ -6,6 +6,6 @@ set -x PAPERS="$HOME/useful/papers/" -RET=$(ls "$PAPERS" | grep '\.pdf$' | sed 's/\.pdf$//' | ~/bin/my-rofi) +RET=$(ls "$PAPERS" | grep '\.pdf$' | sed 's/\.pdf$//' | ~/bin/my-rofi -dmenu) exec xdg-open "$PAPERS/$RET.pdf"