Skip to content

Commit

Permalink
overlay: ensure the whole Microsoft Office suite is blacklisted.
Browse files Browse the repository at this point in the history
We might as well...

This is short-term fix until we figure out where to go with
the overlay launcher filter, path filter, etc.

Fixes #1117
  • Loading branch information
mkrautz committed Jul 3, 2016
1 parent 8540966 commit 8ae8dbb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion overlay/overlay_blacklist.h
Expand Up @@ -45,7 +45,16 @@ static const char *overlayBlacklist[] = {
"EpicGamesLauncher.exe", // Epic, Unreal Tournament launcher
"dwm.exe", // Windows Desktop Window Manager
"MouseKeyboardCenter.exe",
"outlook.exe",

// Microsoft Office
"outlook.exe", // Outlook
"winword.exe", // Word
"excel.exe", // Excel
"powerpnt.exe", // PowerPoint
"onenote.exe", // OneNote
"mspub.exe", // Publisher
"msaccess.exe", // Access

NULL
};

Expand Down

0 comments on commit 8ae8dbb

Please sign in to comment.