Updated rules.

This commit is contained in:
sheldonmlee 2021-11-09 01:41:58 +08:00
parent f18f8bb346
commit ca11036e83

View File

@ -55,8 +55,8 @@ static const Rule rules[] = {
{ "Lutris", NULL, NULL, 1 << 3, 0, 0, -1 }, { "Lutris", NULL, NULL, 1 << 3, 0, 0, -1 },
{ "UE4Editor", NULL, NULL, 1 << 3, 0, 0, -1 }, { "UE4Editor", NULL, NULL, 1 << 3, 0, 0, -1 },
/* zoom */ /* zoom */
{ "zoom", NULL, NULL, 0, 0, 1, -1 }, { "zoom", NULL, NULL, 0, 1, 1, -1 },
{ "zoom", NULL, "Zoom Meeting", 0, 0, 1, -1 }, { "zoom", NULL, "Zoom Meeting", 0, 0, 0, -1 },
}; };
/* layout(s) */ /* layout(s) */