fix(yazi): expanded image_bound for versatilty
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
...
|
||||
}: let
|
||||
# Yazi wrapper for xdg-desktop-portal-termfilechooser
|
||||
# TODO: rewrite in the future
|
||||
yaziWrapper = pkgs.writeShellScript "yazi-wrapper.sh" ''
|
||||
if [[ "$6" == "1" ]]; then
|
||||
set -x
|
||||
@@ -80,6 +81,9 @@ in {
|
||||
sort_dir_first = true;
|
||||
linemode = "size";
|
||||
};
|
||||
tasks = {
|
||||
image_bound = [10000 10000];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user