Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/tutorials/session-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ program = "zellij"
args = ["-l", "welcome"]
```

### In Ghostty
Locate your [Ghostty configuration file](https://ghostty.org/docs/config#file-location) and add the following:
```toml
command = "zellij -l welcome"
```
This sets zellij with the `welcome` layout as the default shell.
[See the Ghostty documentation for the difference between command and initial-command](https://ghostty.org/docs/config/reference#initial-command) for a more nuanced workflow.

### In gnome-terminal
Follow [these instructions](https://help.gnome.org/users/gnome-terminal/stable/pref-custom-command.html.en) and pass the command `zellij -l welcome`.

Expand Down