update: add hypridle module
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
local M = {}
|
||||
|
||||
local function start_hypridle()
|
||||
hl.exec_cmd("hypridle")
|
||||
end
|
||||
|
||||
M.autostart = {
|
||||
start_hypridle,
|
||||
}
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user