From d965b5b6df9bb3b71d4ac638cb54bf73598eadaa Mon Sep 17 00:00:00 2001 From: Adham Elaraby Date: Fri, 9 Feb 2024 13:54:09 +0100 Subject: [PATCH] set WindowsTerminal to floating --- config.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h.in b/config.h.in index 2ff8876..a5c6f64 100644 --- a/config.h.in +++ b/config.h.in @@ -93,6 +93,7 @@ static Rule rules[] = { { L"ImagePreviewWnd", NULL, NULL, 0, true, false }, { NULL, NULL, L"msiexec.exe", 0, true, true }, { NULL, L"Calculator", NULL, 0, true, true }, + { NULL, NULL, L"WindowsTerminal.exe", 0, true, false }, }; /* layout(s) */