Are you looking to have the taskbar auto hidden (where you can still mouse over it to bring it up), or disabled entirely?
Thanks!
The following scripts will enable/disable the DisplayFusion taskbar on monitor 3. You can import them via the DisplayFusion Settings > Functions > Scripted Function > Import Scripted Function.
I just used monitor 3 as a place holder, but you can adjust the monitor you want changed on line 14. You can add a key combination to each script to quickly enable/disable it.
Hope that helps!
Dec 20, 2021 (modified Dec 20, 2021)
•
#4
TheVoiceOfGod
3 discussion posts
I assume the only relevant parts to edit are the
...tBFS.DisplayFusion.DisableTaskbar(3)...
and the
..."Disables the DisplayFusion taskbar on monitor 3"...
along with the name, correct?
Looks like it works! Thanks!
Dec 20, 2021 (modified Dec 20, 2021)
•
#5
Yep that's correct, glad to hear it's working!