Feh: Difference between revisions

imported>Wisehh
mNo edit summary
Pigs (talk | contribs)
Increase supported image types: Use current channel for search.nixos.org link
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
== Installation ==  
== Installation ==  


It can be installed via the feh package as shown in [https://search.nixos.org/packages?channel=22.11&show=feh&from=0&size=50&sort=relevance&type=packages&query=feh search.nixos.org]  
It can be installed via the feh package as shown in [https://search.nixos.org/packages?type=packages&query=feh search.nixos.org]


== Increase supported image types ==
== Increase supported image types ==


Since feh is able to open any file supported by the imlib2 library, it is possible to [https://nixos.org/guides/nix-pills/nixpkgs-overriding-packages.html#idm140737319606432 override] the  [https://search.nixos.org/packages?channel=22.11&from=0&size=50&sort=relevance&type=packages&query=imlib2 imlib2] build argument by [https://search.nixos.org/packages?channel=22.11&from=0&size=50&sort=relevance&type=packages&query=imlib2 imlib2Full] to add support for the additional formats heif (.heic), svg, jxl, among others.
Since feh is able to open any file supported by the imlib2 library, it is possible to [https://nixos.org/guides/nix-pills/nixpkgs-overriding-packages.html#idm140737319606432 override] the  [https://search.nixos.org/packages?type=packages&query=imlib2 imlib2] build argument by [https://search.nixos.org/packages?type=packages&query=imlib2 imlib2Full] to add support for the additional formats heif (.heic), svg, jxl, among others.
 
[[Category:Applications]]