Add ghostty to gui.py as term candidate

This commit is contained in:
Ruben Aleman
2026-05-14 17:04:17 +02:00
parent c1423e8dfb
commit 3f5c178513

1
gui.py
View File

@@ -17,6 +17,7 @@ def detect_terminal():
("lxterminal", ["-e"]), ("lxterminal", ["-e"]),
("tilix", ["-e"]), ("tilix", ["-e"]),
("mate-terminal", ["-e"]), ("mate-terminal", ["-e"]),
("ghostty", ["-e"]),
] ]
for term, flag in candidates: for term, flag in candidates:
if shutil.which(term): if shutil.which(term):