🎨 ux(yazi): nemo opened in float mode

This commit is contained in:
Sergio Laín 2023-11-14 14:11:59 +01:00
parent c6910fc36a
commit eb5837d51a
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -14,7 +14,7 @@ cache_dir = ""
[opener]
folder = [
{ exec = 'nemo "$@"', desc = "Open in GUI File Manager" },
{ exec = 'hyprctl dispatch exec "[float] nemo" "$@"', desc = "Open in GUI File Manager" },
{ exec = '$EDITOR "$@"' },
]
archive = [{ exec = 'file-roller "$1"', desc = "Extract here" }]