From 2c28ec5022b32eea4bed933e7a2e91008b4c2720 Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Thu, 19 May 2022 20:07:45 -0800 Subject: [PATCH] Add GNOME Console to terminals WM_CLASS list --- linux/kinto.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux/kinto.py b/linux/kinto.py index dbb1acc..3cba812 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -18,9 +18,11 @@ terminals = [ "io.elementary.terminal", "kinto-gui.py", "kitty", + "Kgx", # GNOME Console terminal app "konsole", "lxterminal", "mate-terminal", + "org.gnome.Console", "qterminal", "st", "sakura",