Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure?

User Image
OlliM
3 discussion posts
Is there a way to disable/Hide a certain taskbar when application starts?

I have a single monitor split into three virtual monitors. When I open a specific program, I want the taskbar on the middle (monitor 1.2) to disappear. Can this be done?

Couldn't find the option from triggers or compatability (compatability only has the option to disable all taskbars).
May 19, 2025  • #1
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
You can use this line in a scripted function to enable/disable a taskbar for a specific monitor ID, and then attach it to a trigger to run when a specific window is created/destroyed for an app:

Code

BFS.DisplayFusion.EnableTaskbar(1);

BFS.DisplayFusion.DisableTaskbar(1);


We have a guide on creating triggers here: https://www.displayfusion.com/HelpGuide/Triggers/

Hope that helps!
May 20, 2025  • #2
User Image
OlliM
3 discussion posts
The function only takes an uInteger (whole numbers) and refers to a monitor ID. Since I'm using a split monitor, the monitor ID is a uDouble (2.2).
May 20, 2025  • #3
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
You can use a 0 instead of a decimal, like this: 202
May 21, 2025  • #4
User Image
OlliM
3 discussion posts
That solved my issue, thank you!
May 21, 2025  • #5
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)