Files
Hyprdots/lua/modules/hypridle.lua
T
2026-05-28 02:49:14 -04:00

12 lines
121 B
Lua

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