1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-04-09 03:01:12 +00:00

use nsixv for png images

This commit is contained in:
Noah Masur 2024-02-06 22:12:14 -05:00
parent e7cdfc1453
commit b901eef822

@ -40,6 +40,7 @@
associations.added = {
"application/pdf" = [ "pwmt.zathura-cb.desktop" ];
"image/jpeg" = [ "nsxiv.desktop" ];
"image/png" = [ "nsxiv.desktop" ];
"image/*" = [ "nsxiv.desktop" ];
};
associations.removed = {
@ -48,6 +49,7 @@
defaultApplications = {
"application/pdf" = [ "pwmt.zathura-cb.desktop" ];
"image/jpeg" = [ "nsxiv.desktop" ];
"image/png" = [ "nsxiv.desktop" ];
"image/*" = [ "nsxiv.desktop" ];
};
};