mirror of
https://github.com/token2/fido2-manage.git
synced 2026-07-01 08:16:53 +00:00
Merge pull request #44 from What-is-water93/main
Add ghostty to gui.py as term candidate
This commit is contained in:
1
gui.py
1
gui.py
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user