Added rules for Unreal Engine.

This commit is contained in:
sheldonmlee 2021-03-02 20:00:04 +08:00
parent fb2f5cfd77
commit a2ef6d4ad1

View File

@ -50,6 +50,7 @@ static const Rule rules[] = {
{ "firefox", NULL, NULL, 1 << 1, 0, -1 }, { "firefox", NULL, NULL, 1 << 1, 0, -1 },
{ "discord", NULL, NULL, 1 << 2, 0, -1 }, { "discord", NULL, NULL, 1 << 2, 0, -1 },
{ "Steam", NULL, NULL, 1 << 3, 0, -1 }, { "Steam", NULL, NULL, 1 << 3, 0, -1 },
{ "UE4Editor", NULL, NULL, 1 << 3, 0, -1 },
}; };
/* layout(s) */ /* layout(s) */