Skip to content

Commit

Permalink
set TaskManagerWindow as floating window (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabirshrestha authored Nov 10, 2021
1 parent 25d921d commit 86b6c0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ static Rule rules[] = {
{ L"EdgeUiInputTopWndClass", NULL, NULL, 0, true, true },
{ L"CabinetWClass", NULL, NULL, 0, false, true }, /* file explorer */
{ L"OperationStatusWindow", NULL, NULL, 0, false, true }, /* explorer copy window */
{ NULL, NULL, L"EXCEL.EXE", 1, false, true }, /* Excel */
{ L"EXCEL", NULL, L"EXCEL.EXE", 1, false, true }, /* Excel */
{ L"PPTFrameClass", NULL, NULL, 0, false, true }, /* PowerPoint */
{ L"OpusApp", NULL, NULL, 0, false, true }, /* Word */
{ NULL, L"OneNote", NULL, 0, false, true }, /* OneNote */
{ NULL, L"Snip & Sketch", NULL, 0, true, true },
{ L"Chrome_WidgetWin_1", L"Google Chrome", NULL, 0, false, true },
{ NULL, L"vimrun.exe", NULL, 0, true, true },
{ L"org.wezfurlong.wezterm", NULL, NULL, 0, true, true },
{ L"org.wezfurlong.wezterm", NULL, NULL, 0, false, true },
{ L"TaskManagerWindow", NULL, NULL, 0, true, true },
};

/* layout(s) */
Expand Down

0 comments on commit 86b6c0b

Please sign in to comment.