edit yazi config

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-06-09 20:50:05 +02:00
parent cc7f352ced
commit b8f30fbe4e
+1 -10
View File
@@ -41,10 +41,6 @@
} }
]; ];
prepend_previewers = [ prepend_previewers = [
{
mime = "image/*";
run = ''piper -- chafa --format symbols --animate off --size "$w"x"$h" -- "$1"'';
}
{ {
url = "*.md"; url = "*.md";
run = ''piper -- CLICOLOR_FORCE=1 glow -w=$w -s=dark "$1"''; run = ''piper -- CLICOLOR_FORCE=1 glow -w=$w -s=dark "$1"'';
@@ -109,15 +105,10 @@
run = "plugin batch-rename-gui"; run = "plugin batch-rename-gui";
desc = "Batch rename"; desc = "Batch rename";
} }
{
on = [";"];
run = "plugin command-palette";
desc = "Command palette";
}
]; ];
}; };
home.packages = with pkgs; [glow ouch hexyl exiftool starship fzf]; home.packages = with pkgs; [glow ouch hexyl exiftool fzf wl-clipboard];
xdg.configFile."yazi/plugins/toggle-parent.yazi/main.lua".text = '' xdg.configFile."yazi/plugins/toggle-parent.yazi/main.lua".text = ''
--- @sync entry --- @sync entry