From 3f5c17851361855ceed0ec96b32504414b5d1466 Mon Sep 17 00:00:00 2001 From: Ruben Aleman Date: Thu, 14 May 2026 17:04:17 +0200 Subject: [PATCH] Add ghostty to gui.py as term candidate --- gui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gui.py b/gui.py index 10a6495..74bebb3 100644 --- a/gui.py +++ b/gui.py @@ -17,6 +17,7 @@ def detect_terminal(): ("lxterminal", ["-e"]), ("tilix", ["-e"]), ("mate-terminal", ["-e"]), + ("ghostty", ["-e"]), ] for term, flag in candidates: if shutil.which(term):