Skip to content

Commit

Permalink
ignore wezterm window decoration (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabirshrestha authored Nov 10, 2021
1 parent ae50de2 commit 25d921d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static const wchar_t tags[][MAXTAGLEN] = { L"1", L"2", L"3", L"4", L"5", L"6", L
static unsigned int tagset[] = {1, 1}; /* after start, first tag is selected */

static Rule rules[] = {
/* class title processname tags mask isfloating ignoreborder */
/* class title processname tags mask isfloating ignoreborder */
{ L"MultitaskingViewFrame", NULL, NULL, 0, true, true },
{ L"MSCTFIME UI", NULL, NULL, 0, true, true },
{ L"Microsoft-Windows-SnipperToolbar", L"Snipping Tool", NULL, 0, true, true },
Expand All @@ -49,6 +49,7 @@ static Rule rules[] = {
{ 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 },
};

/* layout(s) */
Expand Down

0 comments on commit 25d921d

Please sign in to comment.