Files
Hyprdots/lua/modules/hypridle.lua
T
2026-06-12 17:12:25 -04:00

12 lines
123 B
Lua

local M = {}
local function start_hypridle()
hl.exec_cmd("hypridle")
end
M.autostart = {
start_hypridle,
}
return M