Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

Disable display fusion with just one monitor

User Image
Lukasz Przenioslo
28 discussion posts
Hi,
is there a way for Displayfusion yo disable itself whenever there is only 1 monitor connected and reenable whenever 2+?
Jun 10, 2023  • #1
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
You could create a script with the following code to kill DisplayFusion:

Code

uint DFID = BFS.Application.GetAppIDByFile("DisplayFusion.exe");
BFS.Application.Kill(DFID);


and then attach that script to a trigger that fires when it detects your monitor profile with 1 monitor connected. DisplayFusion will need to be started manually when you connect two monitors though.
Jun 12, 2023  • #2
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)