update: init wallpaper module
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
local M = {}
|
||||
local events = require("lua.lib.events")
|
||||
|
||||
M.autostart = {
|
||||
function()
|
||||
hl.exec_cmd("~/dotfiles/hypr/scripts/init-wallpaper-engine.sh")
|
||||
end,
|
||||
}
|
||||
|
||||
function M.load()
|
||||
events.map("hyprland.start", M.autostart)
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user