foot -> ghostty with start minimized

This commit is contained in:
2026-05-06 17:41:34 +02:00
parent 935044cfb1
commit 4e4484b9fc
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,4 +5,5 @@ hl.on("hyprland.start", function()
hl.exec.cmd("wl-paste --type text --watch cliphist store")
hl.exec.cmd("wl-paste --type image --watch cliphist store")
hl.exec.cmd("hyprsunset -i")
hl.exec.cmd("ghostty --start-minimized")
end)