From 70088bb39d10630607045ddde5562b84592fde19 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 12 Jul 2025 17:06:58 +0200 Subject: [PATCH] Modules/Yazi: Add (broken) wl-copy binding --- home/modules/yazi/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/modules/yazi/default.nix b/home/modules/yazi/default.nix index 18c40abc..879034e6 100644 --- a/home/modules/yazi/default.nix +++ b/home/modules/yazi/default.nix @@ -190,6 +190,11 @@ in { run = "plugin rsync"; desc = "Copy files using rsync"; } + { + on = ["" "w"]; + run = ''wl-copy < "$0"''; + desc = "Copy hovered file contents using wl-copy"; + } { on = "!";