ghostty: enable single-instance mode for faster window opens
Keeps a persistent GTK process alive so subsequent terminal launches skip full GTK initialisation — new windows open nearly instantly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f59b00a23d
commit
85f63cfc9e
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ in
|
||||||
background-opacity = 0.98;
|
background-opacity = 0.98;
|
||||||
confirm-close-surface = false;
|
confirm-close-surface = false;
|
||||||
gtk-titlebar = false;
|
gtk-titlebar = false;
|
||||||
|
gtk-single-instance = true;
|
||||||
cursor-style = "bar";
|
cursor-style = "bar";
|
||||||
cursor-style-blink = true;
|
cursor-style-blink = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue