<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Is there any way to darken unused monitors when using a fullscreen application?</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=9f546545-151d-4a26-a242-f76af429b4a5" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=9f546545-151d-4a26-a242-f76af429b4a5</link>
<description>DisplayFusion RSS: Is there any way to darken unused monitors when using a fullscreen application?</description>
<lastBuildDate>Sat, 25 Apr 2026 08:37:46 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=9f546545-151d-4a26-a242-f76af429b4a5</generator>
<item>
<title>RE: Is there any way to darken unused monitors when using a fullscreen application?</title>
<link>https://www.displayfusion.com/Discussions/View/is-there-any-way-to-darken-unused-monitors-when-using-a-fullscreen-application/?ID=9f546545-151d-4a26-a242-f76af429b4a5#7</link>
<pubDate>Tue, 09 Dec 2025 12:00:37 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/is-there-any-way-to-darken-unused-monitors-when-using-a-fullscreen-application/?ID=9f546545-151d-4a26-a242-f76af429b4a5#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[How can I do that in 2025 ?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
How can I do that in 2025 ?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Is there any way to darken unused monitors when using a fullscreen application?</title>
<link>https://www.displayfusion.com/Discussions/View/is-there-any-way-to-darken-unused-monitors-when-using-a-fullscreen-application/?ID=9f546545-151d-4a26-a242-f76af429b4a5#6</link>
<pubDate>Wed, 26 Oct 2016 17:03:15 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/is-there-any-way-to-darken-unused-monitors-when-using-a-fullscreen-application/?ID=9f546545-151d-4a26-a242-f76af429b4a5#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[Wow! We'll have to check that out
The 30m is a percentage, so 30m is 30% black, 100% would be fully opaque black]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Wow! We'll have to check that out <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
The 30m is a percentage, so 30m is 30% black, 100% would be fully opaque black <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Is there any way to darken unused monitors when using a fullscreen application?</title>
<link>https://www.displayfusion.com/Discussions/View/is-there-any-way-to-darken-unused-monitors-when-using-a-fullscreen-application/?ID=9f546545-151d-4a26-a242-f76af429b4a5#5</link>
<pubDate>Sun, 23 Oct 2016 04:22:25 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/is-there-any-way-to-darken-unused-monitors-when-using-a-fullscreen-application/?ID=9f546545-151d-4a26-a242-f76af429b4a5#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Keith,
This function is awesome, and it's cool to see scripted functionality extend the already amazing usefulness of DisplayFusion.
That said, I can't seem to figure out how I might modify the amount of alpha applied to the windows.
I am not particularly familiar with C#, or Windows functions...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Keith,<br/>
<br/>
This function is awesome, and it's cool to see scripted functionality extend the already amazing usefulness of DisplayFusion.<br/>
<br/>
That said, I can't seem to figure out how I might modify the amount of alpha applied to the windows.<br/>
<br/>
I am not particularly familiar with C#, or Windows functions, but I do see a variable declared in class TransparentForm that indicates it tells us "what transparency to use". It looks like it's passed '30m' up above in method 'forms.Add(new TransparentForm(id, 30m))' ??<br/>
<br/>
But '30m' is not a decimal...<br/>
<br/>
Changing it to 29 or 31 appeared to work without complaint, but didn't really affect the amount of transparency. Other values seemed to crash the function (hilariously, the function catches errors and simply discards them - I guess I could pass the errors, but I'm not sure what that would do to DisplayFusion itself).<br/>
<br/>
Can you give me any hints?<br/>
<br/>
edit: I commented out the catch, replaced it with a finally, and it indeed crashed DisplayFusion Settings.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Is there any way to darken unused monitors when using a fullscreen application?</title>
<link>https://www.displayfusion.com/Discussions/View/is-there-any-way-to-darken-unused-monitors-when-using-a-fullscreen-application/?ID=9f546545-151d-4a26-a242-f76af429b4a5#4</link>
<pubDate>Tue, 03 Nov 2015 14:37:18 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/is-there-any-way-to-darken-unused-monitors-when-using-a-fullscreen-application/?ID=9f546545-151d-4a26-a242-f76af429b4a5#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[This functionality is now available using a Scripted Function. We've written an example one for you. Here's how to set it up:
On the DisplayFusion Settings &gt; Functions tab, click the "Download Scripted" button
Double-click the script named "Dim All Monitors Except Primary"
Give it a key com...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
This functionality is now available using a Scripted Function. We've written an example one for you. Here's how to set it up:<br/>
<ul class="ListBullet">
<li>On the DisplayFusion Settings &gt; Functions tab, click the "Download Scripted" button</li>
<li>Double-click the script named "Dim All Monitors Except Primary"</li>
<li>Give it a key combination and click OK</li>
<li>Optionally, select it, click "Toggle TitleBar Button" (to add it to the caption bar of every application)</li>
<li>Click Apply and test it out</li></ul>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Is there any way to darken unused monitors when using a fullscreen application?</title>
<link>https://www.displayfusion.com/Discussions/View/is-there-any-way-to-darken-unused-monitors-when-using-a-fullscreen-application/?ID=9f546545-151d-4a26-a242-f76af429b4a5#3</link>
<pubDate>Mon, 03 Feb 2014 20:56:51 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/is-there-any-way-to-darken-unused-monitors-when-using-a-fullscreen-application/?ID=9f546545-151d-4a26-a242-f76af429b4a5#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Thanks Alan! We have this on our feature request list as well, so I've added your vote, Michael. We don't have any plans to implement it at the moment, but if anything changes, we'll post an update]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks Alan! We have this on our feature request list as well, so I've added your vote, Michael. We don't have any plans to implement it at the moment, but if anything changes, we'll post an update <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Is there any way to darken unused monitors when using a fullscreen application?</title>
<link>https://www.displayfusion.com/Discussions/View/is-there-any-way-to-darken-unused-monitors-when-using-a-fullscreen-application/?ID=9f546545-151d-4a26-a242-f76af429b4a5#2</link>
<pubDate>Mon, 03 Feb 2014 07:54:59 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/is-there-any-way-to-darken-unused-monitors-when-using-a-fullscreen-application/?ID=9f546545-151d-4a26-a242-f76af429b4a5#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[You can acheive this with Stardocks WindowsFX5. There are varing degrees of how dark the inactive windows can be from slightly dark to blacked out.
The app isnt free, it costs $9.99 but it does what I want it to so worth the money IMO.
http://www.stardock.com/products/windowfx/]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You can acheive this with Stardocks WindowsFX5. There are varing degrees of how dark the inactive windows can be from slightly dark to blacked out.<br/>
The app isnt free, it costs $9.99 but it does what I want it to so worth the money IMO.<br/>
<br/>
http://www.stardock.com/products/windowfx/
</div>
]]></content:encoded>
</item>
<item>
<title>Is there any way to darken unused monitors when using a fullscreen application?</title>
<link>https://www.displayfusion.com/Discussions/View/is-there-any-way-to-darken-unused-monitors-when-using-a-fullscreen-application/?ID=9f546545-151d-4a26-a242-f76af429b4a5</link>
<pubDate>Sun, 02 Feb 2014 03:11:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/is-there-any-way-to-darken-unused-monitors-when-using-a-fullscreen-application/?ID=9f546545-151d-4a26-a242-f76af429b4a5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi, I was trying to find a way to darked/ turn off monitors not used when a fullscreen application is launched, such as a video game or movie.
I have 3 monitors but for most applications I only use one when playing games. Currently I am manually turning off the side monitors to better focus on t...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi, I was trying to find a way to darked/ turn off monitors not used when a fullscreen application is launched, such as a video game or movie.<br/>
<br/>
I have 3 monitors but for most applications I only use one when playing games. Currently I am manually turning off the side monitors to better focus on the game, but I was wondering if there was a setting somewhere I could use to do this automatically. This would be perfect I was able to choose the applications I would like this to effect.<br/>
<br/>
Has anybody come across a solution?
</div>
]]></content:encoded>
</item>
</channel>
</rss>