From d29579e0a54527e0f598682fdbea9b73af7e3647 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sun, 14 Jun 2020 00:58:00 -0500 Subject: [PATCH] - Fixed posix grouping for Terminus --- windows/kinto.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index 00f4029..c75f2cd 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -64,7 +64,7 @@ GroupAdd, posix, ahk_exe ConEmu.exe GroupAdd, posix, ahk_exe ConEmu64.exe GroupAdd, posix, ahk_exe Hyper.exe GroupAdd, posix, ahk_exe mintty.exe -GroupAdd, terminals, ahk_exe Terminus.exe +GroupAdd, posix, ahk_exe Terminus.exe GroupAdd, posix, Fluent Terminal ahk_class ApplicationFrameWindow GroupAdd, ConEmu, ahk_exe ConEmu.exe