diff --git a/config.h b/config.h index 01bee41..40c1d1a 100644 --- a/config.h +++ b/config.h @@ -50,6 +50,7 @@ static const Rule rules[] = { { "firefox", NULL, NULL, 1 << 1, 0, -1 }, { "discord", NULL, NULL, 1 << 2, 0, -1 }, { "Steam", NULL, NULL, 1 << 3, 0, -1 }, + { "Lutris", NULL, NULL, 1 << 3, 0, -1 }, { "UE4Editor", NULL, NULL, 1 << 3, 0, -1 }, };