mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
associate media applications as defaults
This commit is contained in:
parent
61d9b103b0
commit
0df8af607d
@ -19,9 +19,17 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Set default for opening PDFs
|
# Set default for opening PDFs
|
||||||
xdg.mimeApps.defaultApplications."application/pdf" =
|
xdg.mimeApps = {
|
||||||
[ "zathura.desktop" ];
|
associations.added = {
|
||||||
xdg.mimeApps.defaultApplications."image/*" = [ "sxiv.desktop" ];
|
"application/pdf" = [ "pwmt.zathura-cb.desktop" ];
|
||||||
|
"image/*" = [ "sxiv.desktop" ];
|
||||||
|
};
|
||||||
|
associations.removed = { "application/pdf" = [ "mupdf.desktop" ]; };
|
||||||
|
defaultApplications = {
|
||||||
|
"application/pdf" = [ "pwmt.zathura-cb.desktop" ];
|
||||||
|
"image/*" = [ "sxiv.desktop" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user