Skip to content

Commit

Permalink
blacklist more background processes
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Oct 10, 2023
1 parent 8a4312a commit 355a60c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/process_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ static const char *process_name_blacklist[] =
"Dock",
"WindowManager",
"photolibraryd",
"siriactionsd"
"siriactionsd",
"chronod",
"universalaccessd",
"softwareupdated"
};

#pragma clang diagnostic push
Expand Down

0 comments on commit 355a60c

Please sign in to comment.