From 25d921d5e36fd5443971addaa577f3324c4ff166 Mon Sep 17 00:00:00 2001 From: Prabir Shrestha Date: Tue, 9 Nov 2021 17:33:41 -0800 Subject: [PATCH] ignore wezterm window decoration (#39) --- config.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.h.in b/config.h.in index 3165715..580e56f 100644 --- a/config.h.in +++ b/config.h.in @@ -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 }, @@ -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) */