Open mkvs with mpv by default
This commit is contained in:
parent
b372167736
commit
2781064e61
|
@ -184,6 +184,7 @@ in {
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
"image/png" = [ "sxiv.desktop" "gimp.desktop" ];
|
"image/png" = [ "sxiv.desktop" "gimp.desktop" ];
|
||||||
"text/plain" = [ "gedit.desktop" "kakoune.desktop" "code.desktop" ];
|
"text/plain" = [ "gedit.desktop" "kakoune.desktop" "code.desktop" ];
|
||||||
|
"video/x-matroska" = [ "mpv.desktop" ];
|
||||||
};
|
};
|
||||||
associations.removed = {
|
associations.removed = {
|
||||||
"text/plain" = [ "writer.desktop" ];
|
"text/plain" = [ "writer.desktop" ];
|
||||||
|
|
Loading…
Reference in New Issue