some nonsense

This commit is contained in:
2026-05-12 11:47:52 +01:00
parent f3be814bca
commit c93ddf3818
6 changed files with 52 additions and 0 deletions

4
modules/startup.lua Normal file
View File

@@ -0,0 +1,4 @@
hl.on("hyprland.start", function()
hl.exec_cmd("waybar")
hl.exec_cmd("dunst")
end)