🐛 fix(yazi): pypr hide instead of toggle
This commit is contained in:
parent
045f0e2a75
commit
af03364fd0
1 changed files with 1 additions and 3 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Reference in a new issue