mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
intercept: Account for more processes
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user