Extract launch_on_start helper

This commit is contained in:
David Heinemeier Hansson
2026-05-14 11:34:26 +02:00
parent 83c2e2f84c
commit b72eb206cb
3 changed files with 21 additions and 19 deletions
+1 -3
View File
@@ -1,4 +1,2 @@
-- Extra autostart processes.
-- hl.on("hyprland.start", function()
-- hl.exec_cmd("uwsm-app -- my-service")
-- end)
-- o.launch_on_start(o.launch("my-service"))