PDF now opens with Zathura

This commit is contained in:
Yorick Barbanneau 2023-09-29 22:47:55 +02:00
parent 5349d30268
commit fa1c4b8e47

View file

@ -7,4 +7,7 @@ _: {
recolor = true;
};
};
xdg.mimeApps.defaultApplications = {
"application/pdf" = "org.pwmt.zathura.desktop";
};
}