Merge pull request #44 from What-is-water93/main

Add ghostty to gui.py as term candidate
This commit is contained in:
Token2
2026-05-22 15:37:10 +02:00
committed by GitHub

1
gui.py
View File

@@ -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):