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