Skip to content

Commit

Permalink
ignoreborder for office apps
Browse files Browse the repository at this point in the history
  • Loading branch information
prabirshrestha committed Mar 10, 2020
1 parent 11f322b commit 2911994
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ static Rule rules[] = {
{ L"ThumbnailDeviceHelperWnd", NULL, 0, true, true },
{ L"EdgeUiInputTopWndClass", NULL, 0, true, true },
{ L"CabinetWClass", NULL, 0, false, true }, /* file explorer */
{ 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 },
Expand Down

0 comments on commit 2911994

Please sign in to comment.