small pixel drawing of a pufferfish dotfiles

zathura
j3s j3s@c3f.net
Thu, 18 Mar 2021 21:15:59 -0500
commit

5314de27a9730900adb4256ba4bb65a2393be777

parent

13793ee621868cd8dbd41210936b5e0b36169594

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M bin/xdg-openbin/xdg-open

@@ -1,8 +1,11 @@

#!/bin/sh case "${1%%:*}" in - http|https|*.pdf) + http|https) exec firefox "$1" ;; + *.pdf) + exec zathura "$1" + ;; mailto) exec aerc "$1" ;;