diff --git a/src/intercept/main.c b/src/intercept/main.c index a76dc71..730d4cf 100644 --- a/src/intercept/main.c +++ b/src/intercept/main.c @@ -49,7 +49,10 @@ static inline char *get_process_name(void) static bool is_intercept_candidate(void) { static const char *wanted_processes[] = { + "html5app_steam", + "opengl-program", "steam", + "steamwebhelper", }; autofree(char) *nom = NULL;