update: add hypridle module
This commit is contained in:
@@ -14,6 +14,7 @@ settings["systemd"] = false
|
|||||||
|
|
||||||
---@type table<string, boolean>
|
---@type table<string, boolean>
|
||||||
settings["modules"] = {
|
settings["modules"] = {
|
||||||
|
hypridle = true,
|
||||||
waybar = true,
|
waybar = true,
|
||||||
swaync = true,
|
swaync = true,
|
||||||
swayosd = true,
|
swayosd = true,
|
||||||
|
|||||||
@@ -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