From 040865522315f437f5d9990f04318b628d087402 Mon Sep 17 00:00:00 2001 From: sheldonmlee Date: Tue, 13 Jul 2021 16:35:56 +0800 Subject: [PATCH] Added rule for lutris. --- config.h | 1 + 1 file changed, 1 insertion(+) 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 }, };