Quote:
We've added a Scripted Function to the repository called "Dim Specific Monitors." You can set the list of monitor IDs in the MonitorsToDim section on line 15 in the script. To schedule it, you'll need to use the Windows Task Scheduler to run the function once at the time you want it to dim, and a second task to run it again at the time you want it to undim.
The task would run it via DisplayFusionCommand.exe like so:
"C:\Program Files (x86)\DisplayFusion\DisplayFusionCommand.exe" -functionrun "Dim Specific Monitors"
Hope that helps!