From 2d85a9a318aa7ba6934ef9dd4059de3a4f1a6fb6 Mon Sep 17 00:00:00 2001 From: Prabir Shrestha Date: Wed, 16 Dec 2020 19:45:12 -0800 Subject: [PATCH] ignore OperationStatusWindow for explorer progress --- config.h.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config.h.in b/config.h.in index c2d58af..287438b 100644 --- a/config.h.in +++ b/config.h.in @@ -34,21 +34,22 @@ static Rule rules[] = { /* class title tags mask isfloating ignoreborder */ { L"MultitaskingViewFrame", NULL, 0, true, true }, { L"MSCTFIME UI", NULL, 0, true, true }, - { L"Microsoft-Windows-SnipperToolbar", L"Snipping Tool", 0, true, true }, + { L"Microsoft-Windows-SnipperToolbar", L"Snipping Tool", 0, true, true }, { L"Microsoft Text Input Application", NULL, 0, true, true }, { L"MSO_BORDEREFFECT_WINDOW_CLASS", NULL, 0, true, true }, { L"CASCADIA_HOSTING_WINDOW_CLASS", NULL, 0, false, true }, { L"ThumbnailDeviceHelperWnd", NULL, 0, true, true }, { L"EdgeUiInputTopWndClass", NULL, 0, true, true }, { L"CabinetWClass", NULL, 0, false, true }, /* file explorer */ + { L"OperationStatusWindow", NULL, 0, false, true }, /* explorer copy window */ { L"XLMAIN", NULL, 0, false, true }, /* Excel */ { NULL, L"MSO_BORDEREFFECT_WINDOW_CLASS", 0, false, true }, /* Excel */ { L"PPTFrameClass", NULL, 0, false, true }, /* PowerPoint */ { L"OpusApp", NULL, 0, false, true }, /* Word */ { NULL, L"OneNote", 0, false, true }, /* OneNote */ - { NULL, L"Snip & Sketch", 0, true, true }, - { L"Chrome_WidgetWin_1", L"Google Chrome", 0, false, true }, - { NULL, L"vimrun.exe", 0, true, true }, + { NULL, L"Snip & Sketch", 0, true, true }, + { L"Chrome_WidgetWin_1", L"Google Chrome", 0, false, true }, + { NULL, L"vimrun.exe", 0, true, true }, }; /* layout(s) */