From abb5359cdd2b68b23646b22f7c4d2c34deff55d6 Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Tue, 17 Jan 2023 16:25:30 +0100 Subject: [PATCH] Blacklist: add gamescope Co-authored-by: Valters --- src/blacklist.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/blacklist.cpp b/src/blacklist.cpp index 74a241a..45a1829 100644 --- a/src/blacklist.cpp +++ b/src/blacklist.cpp @@ -43,6 +43,7 @@ static std::vector blacklist { "GalaxyClient.exe", "REDprelauncher.exe", "REDlauncher.exe", + "gamescope" };