diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-24 11:48:13 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-24 14:36:51 +0100 |
| commit | a2bff2d242dc6684f51430a909234d28226fd475 (patch) | |
| tree | ab40671de2795ee70c27585b0cbd118aac0b9f51 /.config/ghostty/config | |
| parent | bbe8bbfc3e76d88713707857b9eec3fb090644f3 (diff) | |
| download | dotfiles-a2bff2d242dc6684f51430a909234d28226fd475.tar.gz dotfiles-a2bff2d242dc6684f51430a909234d28226fd475.zip | |
ghostty: don't touch the title
Even if it's a nice feature to allow applications to write to it, this also
means to do this for stupid executions like "ls", and that's just plain
distracting and not worth it.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.config/ghostty/config')
| -rw-r--r-- | .config/ghostty/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/ghostty/config b/.config/ghostty/config index 6d59758..2d25708 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -3,7 +3,7 @@ font-family = Droid Sans Mono font-size = 12.0 # Normal cursor. -shell-integration-features = no-cursor,title,sudo +shell-integration-features = no-cursor,no-title,sudo cursor-style = block cursor-style-blink = false |
