File tree Expand file tree Collapse file tree
modules/desktop/term/ghostty Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ focus-follows-mouse = true
2222mouse-hide-while-typing = false
2323
2424# Window Management
25- # Generated by Nix based on the active startup owner.
25+ quit-after-last-window-closed = false
2626
2727# Startup command is injected by nix in modules/desktop/term/ghostty.nix.
2828# Herdr owns startup when enabled; otherwise the next enabled owner (jmux/tmux) owns it directly.
Original file line number Diff line number Diff line change 218218 env=PATH=${ nixPath }
219219 env=TERMINFO_DIRS=${ terminfoPath }
220220
221- # Keep Ghostty running if its Herdr-owned surface exits.
222- quit-after-last-window-closed = ${ if useHerdr then "false" else "true" }
223-
224221 # Startup command override (auto-generated by nix)
225222 # Startup owner: Herdr when enabled; otherwise the next enabled owner directly.
226223 command = ${ ghosttyStartupCommand }
You can’t perform that action at this time.
0 commit comments