set default image viewer to feh

This commit is contained in:
2025-08-23 16:46:54 +02:00
parent c552c9cdab
commit bd98728729
2 changed files with 4 additions and 0 deletions

View File

@@ -512,6 +512,9 @@ in
enable = true;
defaultApplications = {
"application/pdf" = "org.pwmt.zathura.desktop";
"image/png" = "feh.desktop";
"image/jpeg" = "feh.desktop";
# "text/plain" = "nvim.desktop";
};
};

View File

@@ -1048,6 +1048,7 @@ in
lock = "/home/fredrikr/.logout.sh";
n = "nvim";
e = "emacsclient -c -a 'emacs'";
nnn = "nnn -e";
};
defaultKeymap = "viins";