Refactor lua modules for object ownership
This commit is contained in:
+5
-3
@@ -1,3 +1,5 @@
|
||||
hl.on("hyprland.start", function()
|
||||
hl.exec_cmd("swaybg -m stretch -i ./wallpaper/XP.jpg")
|
||||
end)
|
||||
return {
|
||||
start = function()
|
||||
hl.exec_cmd("swaybg -m stretch -i ./wallpaper/XP.jpg")
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user