fix(yazi): expanded image_bound for versatilty
This commit is contained in:
@@ -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];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user