[bin] Open libreoffice documents

This commit is contained in:
Sebastian Schulze 2022-01-25 09:00:38 +01:00
parent cf3cec4cc0
commit abf1db76cd
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ case "${match}" in
atom://*)
exec atom "$1"
;;
application/vnd.openxmlformats-officedocument*)
exec libreoffice "$1"
;;
text/x-tex|text/plain|mailto://*)
exec em "$1"
;;