[bin] Open up html files with xdg launcher

This commit is contained in:
Sebastian Schulze 2021-04-30 14:36:48 +02:00
parent d7e2842a26
commit 4807a6a498
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ case "${lower%%:*}" in
file) file)
exec nautilus "$1" exec nautilus "$1"
;; ;;
http|https) *.html|http|https)
exec firefox "$1" exec firefox "$1"
;; ;;
*.pdf) *.pdf)