add mimetypes

This commit is contained in:
Malin Freeborn 2022-05-01 21:29:55 +02:00
parent d20dc2e2b6
commit 86f8fca232
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
---
title: "Default Programs"
tags: [ "Documentation", "Defaults", "Mime Type" ]
---
Install the package `xdg-utils`.
In general, type these commands with `bash-completion`, and you'll see the right option.
## Ask
Ask what type of application opens an mkv file:
> xdg-mime query default video/mkv
Same with pdf:
> xdg-mime query default application/pdf
## Set
Set the mime type of mp4 videos to mpv.
> xdg-mime default mpv.desktop video/mp4
### Alternative: File
Look in `~/.config/mimeappps.list` to check and set.