From cb1c5cfc4600d6b557f71129374a1533b06325fe Mon Sep 17 00:00:00 2001 From: huzaifahj <52999758+huzaifahj@users.noreply.github.com> Date: Wed, 22 Mar 2023 08:34:27 +0000 Subject: [PATCH] Add yakuake --- linux/kinto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/kinto.py b/linux/kinto.py index 7653352..446a862 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -35,6 +35,7 @@ terminals = [ "urxvt", "xfce4-terminal", "xterm", + "yakuake" ] terminals = [term.casefold() for term in terminals] termStr = "|".join(str('^'+x+'$') for x in terminals)