From c84d13118a9a9d785c4e426787e1e737ab568bdc Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Tue, 11 May 2021 12:14:57 -0800 Subject: [PATCH] Add Station terminal WM_CLASS to terminals list Nitrux Linux default terminal is called Station, with WM_CLASS name "station". --- linux/kinto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/kinto.py b/linux/kinto.py index 52831bc..0ebf3a6 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -23,6 +23,7 @@ terminals = [ "qterminal", "st", "sakura", + "station", "terminator", "termite", "tilda",