Documentation Index
Fetch the complete documentation index at: https://docs.focusme.com/llms.txt
Use this file to discover all available pages before exploring further.
Block Everything (Steam + All Games)
The simplest approach — block the Steam process:- Add a Plan → in the Applications step, choose Block Some Apps
- Add
steam.exe - This blocks the Steam client and prevents launching any games through it
Block Games but Allow Steam Client

- Use RegEx with a title-based match
- Add a window title entry with RegEx:
\b(game1|game2|game3)\b - Replace with the actual names of games you want to block
Block by Steam Library Path
If all your Steam games are installed in one folder (e.g.,C:\Program Files (x86)\Steam\steamapps\common\), you can use process path matching with RegEx: