diff --git a/chmod.yazi/main.lua b/chmod.yazi/main.lua index b05f05a..a50a864 100644 --- a/chmod.yazi/main.lua +++ b/chmod.yazi/main.lua @@ -22,7 +22,8 @@ return { local value, event = ya.input { title = "Chmod:", - position = { "top-center", y = 3, w = 40 }, + pos = { "top-center", y = 3, w = 40 }, + position = { "top-center", y = 3, w = 40 }, -- TODO: remove } if event ~= 1 then return diff --git a/smart-filter.yazi/main.lua b/smart-filter.yazi/main.lua index 490a9dd..f8fd2d9 100644 --- a/smart-filter.yazi/main.lua +++ b/smart-filter.yazi/main.lua @@ -16,7 +16,8 @@ end) local function prompt() return ya.input { title = "Smart filter:", - position = { "center", w = 50 }, + pos = { "center", w = 50 }, + position = { "center", w = 50 }, -- TODO: remove realtime = true, debounce = 0.1, }