spacemacs: use sxiv instead of feh to view images
This commit is contained in:
parent
526bb144a1
commit
e05426eca9
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ in
|
||||||
${
|
${
|
||||||
let
|
let
|
||||||
suffixes = ["jpg" "jpeg" "png"];
|
suffixes = ["jpg" "jpeg" "png"];
|
||||||
rule = suffix: ''("${pkgs.feh}/bin/feh --auto-rotate --auto-zoom" "\\.${suffix}$")'';
|
rule = suffix: ''("${pkgs.sxiv}/bin/sxiv" "\\.${suffix}$")'';
|
||||||
in
|
in
|
||||||
lib.concatStringsSep "\n " (builtins.map rule suffixes)}
|
lib.concatStringsSep "\n " (builtins.map rule suffixes)}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue