Stick with imv instead of swayimg.

This commit is contained in:
Tom Alexander 2025-01-18 12:16:11 -05:00
parent 308206d1cc
commit f524aa168a
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -41,7 +41,8 @@ in
mpv mpv
evince evince
gimp gimp
imv # TODO: Maybe replace with https://github.com/artemsen/swayimg because imv is looking for a new maintainer # So far I prefer imv over swayimg because imv supports the 'p' hotkey to print the currently-viewed file to stdout (useful for pipelines) and afaik doesn't support the exec:// protocol which seems like a massive risk.
imv
]; ];
}) })
(lib.mkIf (config.me.graphicsCardType == "amd" || config.me.graphicsCardType == "intel") { (lib.mkIf (config.me.graphicsCardType == "amd" || config.me.graphicsCardType == "intel") {