Configure XDG mimeapps

This commit is contained in:
Paul-Henri Froidmont 2024-02-24 10:56:34 +01:00
parent bcae4ff2c9
commit c4b7b014a5
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
2 changed files with 35 additions and 0 deletions

View file

@ -231,3 +231,7 @@ label editor, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = $EDITOR -
label pager, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@"
ext blend, has blender, X, flag f = blender -- "$@"
else = xdg-open "$1"
label editor = "$EDITOR" -- "$@"
label pager = "$PAGER" -- "$@"