From 53cf77a0673275e6c9391d827019cbc6dcdfa869 Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Tue, 16 May 2023 18:05:00 -0800 Subject: [PATCH] Add "Roxterm" to terminals list --- linux/kinto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/kinto.py b/linux/kinto.py index ed22a09..a88253d 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -23,6 +23,7 @@ terminals = [ "lxterminal", "mate-terminal", "org.gnome.Console", + "roxterm", "qterminal", "st", "sakura",