From 585d6e0f46d6fbe7ab8fce5b8df99c8a908cdf77 Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Fri, 11 Aug 2023 09:54:42 +0200 Subject: [PATCH] blacklist: add wine apps that we don't care about --- src/blacklist.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/blacklist.cpp b/src/blacklist.cpp index abac027b..569fe12c 100644 --- a/src/blacklist.cpp +++ b/src/blacklist.cpp @@ -46,7 +46,14 @@ static std::vector blacklist { "REDprelauncher.exe", "REDlauncher.exe", "gamescope", - "RSI Launcher.exe" + "RSI Launcher.exe", + "tabtip.exe", + "steam.exe", + "wine64-preloader", + "explorer.exe", + "wine-preloader", + "iexplore.exe", + "rundll32.exe", };