zathura
j3s j3s@c3f.net
Thu, 18 Mar 2021 21:15:59 -0500
1 files changed,
4 insertions(+),
1 deletions(-)
jump to
M
bin/xdg-open
→
bin/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" ;;