fix(yazi): expanded image_bound for versatilty

This commit is contained in:
kenji
2026-01-11 13:09:57 -06:00
parent 0a4bfdfab8
commit 72c94dbd63
+4
View File
@@ -4,6 +4,7 @@
... ...
}: let }: let
# Yazi wrapper for xdg-desktop-portal-termfilechooser # Yazi wrapper for xdg-desktop-portal-termfilechooser
# TODO: rewrite in the future
yaziWrapper = pkgs.writeShellScript "yazi-wrapper.sh" '' yaziWrapper = pkgs.writeShellScript "yazi-wrapper.sh" ''
if [[ "$6" == "1" ]]; then if [[ "$6" == "1" ]]; then
set -x set -x
@@ -80,6 +81,9 @@ in {
sort_dir_first = true; sort_dir_first = true;
linemode = "size"; linemode = "size";
}; };
tasks = {
image_bound = [10000 10000];
};
}; };
}; };