From af03364fd099fb50243f218275c8f23598e6202b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 7 Dec 2023 14:10:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(yazi):=20pypr=20hide=20inste?= =?UTF-8?q?ad=20of=20toggle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/yazi/yazi.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/yazi/yazi.toml b/.config/yazi/yazi.toml index 4659fd83..b38b19d4 100644 --- a/.config/yazi/yazi.toml +++ b/.config/yazi/yazi.toml @@ -19,9 +19,7 @@ folder = [ ] archive = [{ exec = 'file-roller "$1"', desc = "Extract here" }] pdf = [{ exec = 'zathura "$1"', desc = "Open" }] -text = [ - { exec = 'pypr toggle yazi & kitty --detach $EDITOR "$@"', block = true }, -] +text = [{ exec = 'pypr hide yazi & kitty --detach $EDITOR "$@"', block = true }] image = [ { exec = 'geeqie "$@"', desc = "Open" }, { exec = '''exiftool "$1"; echo "Press enter to exit"; read''', block = true, desc = "Show EXIF" },