Loupe Image viewer added

This commit is contained in:
foglar 2024-12-25 19:23:01 +01:00
parent 6679483fb8
commit 36e489b2cf
2 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,8 @@
libreoffice
inkscape
gimp
mpv
loupe
firefox
distrobox
];

View File

@ -42,6 +42,9 @@
"x-scheme-handler/unknown" = "${config.xdg.da.browser}.desktop";
"text/plain" = "${userSettings.editor}.desktop";
"application/pdf" = "org.gnome.Evince.desktop";
"image/svg+xml" = "org.gnome.Loupe.desktop";
"image/jpeg" = "org.gnome.Loupe.desktop";
"image/png" = "org.gnome.Loupe.desktop";
};
};
}