From 7904be6d5cc5c0de67a1c7b3244daae82f62b7b5 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Fri, 8 May 2020 03:26:11 -0500 Subject: [PATCH] - Added support for Fluent Terminal on Windows --- windows/kinto.ahk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index a941a46..bdd9415 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -1,3 +1,5 @@ +SetTitleMatchMode, 2 + GroupAdd, terminals, ahk_exe ubuntu.exe GroupAdd, terminals, ahk_exe ConEmu.exe GroupAdd, terminals, ahk_exe ConEmu64.exe @@ -5,6 +7,7 @@ GroupAdd, terminals, ahk_exe powershell.exe GroupAdd, terminals, ahk_exe WindowsTerminal.exe GroupAdd, terminals, ahk_exe Hyper.exe GroupAdd, terminals, ahk_exe Cmd.exe +GroupAdd, terminals, Fluent Terminal ahk_class ApplicationFrameWindow GroupAdd, posix, ahk_exe ubuntu.exe GroupAdd, posix, ahk_exe ConEmu.exe