From c4ecce9a1927e148600d5a02143fed9a4bb84909 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 16 Aug 2020 00:57:25 +0200 Subject: machines/shiki: use imv instead of feh --- machines/profpatsch/shiki.nix | 2 +- pkgs/profpatsch/xdg-open/config.dhall | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix index d9060535..a7e28ceb 100644 --- a/machines/profpatsch/shiki.nix +++ b/machines/profpatsch/shiki.nix @@ -198,7 +198,7 @@ in { pkgs.vuizvui.profpatsch.droopy # simple HTML upload server # electrum # bitcoin client emacs # pretty neat operating system i guess - feh # brother of meh, displays images in a meh way, but fast + imv # young brother of feh and less meh filezilla # FTP GUI business-ready interface framework gimp # graphics inkscape # vector graphics diff --git a/pkgs/profpatsch/xdg-open/config.dhall b/pkgs/profpatsch/xdg-open/config.dhall index 40a791af..9820df96 100644 --- a/pkgs/profpatsch/xdg-open/config.dhall +++ b/pkgs/profpatsch/xdg-open/config.dhall @@ -86,7 +86,7 @@ let mimeMatcher = , { match = mime.text.any, cmd = special.open-in-editor } , { match = mime.image.gif, cmd = special.open-in-browser } , { match = mime.image.svg, cmd = oneArg (pkgSame "inkscape") } - , { match = mime.image.any, cmd = oneArg (pkgSame "feh") } + , { match = mime.image.any, cmd = oneArg (pkgSame "imv") } , { match = mime.pdf, cmd = oneArg (pkgSame "zathura") } , { match = mime.pgp-key , cmd = -- cgit 1.4.1