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