This commit is contained in:
JMARyA 2024-03-04 23:30:18 +01:00
parent ad286ec3f7
commit 04e857d96e
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
9 changed files with 800 additions and 0 deletions

View file

@ -0,0 +1,6 @@
return {
entry = function()
local h = cx.active.current.hovered
ya.manager_emit(h and h.cha.is_dir and "enter" or "open", {})
end,
}