Refactor lua modules for object ownership

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-06-19 10:55:05 +02:00
parent 82f6f840a5
commit 55f5a412d9
4 changed files with 24 additions and 5 deletions
+5 -3
View File
@@ -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,
}