From c29aeedf01eee9d717fc9d9458af9c658bb8144a Mon Sep 17 00:00:00 2001 From: Myned Date: Fri, 31 Jan 2025 07:58:45 -0600 Subject: [PATCH] ghostty: fix subsequent startup speed Signed-off-by: Myned --- options/custom/programs/ghostty.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/options/custom/programs/ghostty.nix b/options/custom/programs/ghostty.nix index fc426a8..9a5bf22 100644 --- a/options/custom/programs/ghostty.nix +++ b/options/custom/programs/ghostty.nix @@ -46,6 +46,9 @@ in { # https://github.com/ghostty-org/ghostty/discussions/3515 #// freetype-load-flags = "no-force-autohint"; + # https://ghostty.org/docs/help/gtk-single-instance + gtk-single-instance = true; + # https://ghostty.org/docs/config/reference#gtk-titlebar gtk-titlebar = false;