<?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: Define center &quot;split&quot; area</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=bff2c281-acb8-4b8d-b789-82df6c922e21" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=bff2c281-acb8-4b8d-b789-82df6c922e21</link>
<description>DisplayFusion RSS: Define center &quot;split&quot; area</description>
<lastBuildDate>Sun, 19 Apr 2026 10:47:48 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=bff2c281-acb8-4b8d-b789-82df6c922e21</generator>
<item>
<title>RE: Define center &quot;split&quot; area</title>
<link>https://www.displayfusion.com/Discussions/View/define-center-split-area/?ID=bff2c281-acb8-4b8d-b789-82df6c922e21#4</link>
<pubDate>Wed, 28 Nov 2018 11:24:12 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/define-center-split-area/?ID=bff2c281-acb8-4b8d-b789-82df6c922e21#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi,
I use an ultrawide vertically split in two and so I have the same need to sometimes focus a window in the center. I built this script for it which can be downloaded directly from displayfusion's settings:
https://www.displayfusion.com/ScriptedFunctions/View/?ID=d4f769ce-5abb-4926-b7d3-bf5cd...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi,<br/>
<br/>
I use an ultrawide vertically split in two and so I have the same need to sometimes focus a window in the center. I built this script for it which can be downloaded directly from displayfusion's settings:<br/>
<a href="https://www.displayfusion.com/ScriptedFunctions/View/?ID=d4f769ce-5abb-4926-b7d3-bf5cd6f5e990" target="_blank" rel="nofollow"><b>https://www.displayfusion.com/ScriptedFunctions/View/?ID=d4f769ce-5abb-4926-b7d3-bf5cd6f5e990</b></a><br/>
<br/>
There are some differences in the way that it works:<br/>
<ul class="ListBullet">
<li>It's intended to be used with a single key combination to toggle between centered and original position (first time it's triggered it centers the window, second time it restores the window to it's original position)</li>
<li>It remembers the original position for each individual window on which it's triggered</li>
<li>By default it does not change the window's size, but by setting the targetWidth variable (line 1<img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-grin-stars.light.svg" alt="8)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData="8)" HelpButtonDataAlign="BelowMiddle" /> to a fixed size, such as 1920, then the window is centered and resized to have <span style="text-decoration:underline;">1920 width on it's view-able area</span>, so that it's content matches that of a full-screen or border-less Full HD window (when triggered again, the window size is also changed back to the original size)</li></ul>
<br/>
As a side note, as I frequently use custom functions, I prefer to disable Tray Icon notifications because it's very distracting and also gives a sensation of slowness when a function is executed. I wish it could be an option to disable it only for specific functions or triggers.<br/>
<br/>
Hope it helps!
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=d81036b1-c3cf-427a-b0f2-f39a7effa294"/>
</item>
<item>
<title>RE: Define center &quot;split&quot; area</title>
<link>https://www.displayfusion.com/Discussions/View/define-center-split-area/?ID=bff2c281-acb8-4b8d-b789-82df6c922e21#3</link>
<pubDate>Wed, 28 Nov 2018 10:07:08 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/define-center-split-area/?ID=bff2c281-acb8-4b8d-b789-82df6c922e21#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Thanks... it crossed my mind. I will do the same.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks... it crossed my mind. I will do the same.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=d81036b1-c3cf-427a-b0f2-f39a7effa294"/>
</item>
<item>
<title>RE: Define center &quot;split&quot; area</title>
<link>https://www.displayfusion.com/Discussions/View/define-center-split-area/?ID=bff2c281-acb8-4b8d-b789-82df6c922e21#2</link>
<pubDate>Wed, 28 Nov 2018 09:57:34 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/define-center-split-area/?ID=bff2c281-acb8-4b8d-b789-82df6c922e21#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[I added a function to my windows that does this.
As you can see my windows now have 3 extra action icons
1=Center of monitor 50% of total width and full height
2=Left or Right of monitor, 25% of total width and full height
This works great for me. I can use those to stay centered or use the W...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I added a function to my windows that does this.<br/>
As you can see my windows now have 3 extra action icons<br/>
1=Center of monitor 50% of total width and full height<br/>
2=Left or Right of monitor, 25% of total width and full height<br/>
<br/>
This works great for me. I can use those to stay centered or use the Win+Arrows to pin left side and right side if I only need two windows and want them to take up the whole screen.<br/>
<br/>
Hope that helps, Conspander
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=d81036b1-c3cf-427a-b0f2-f39a7effa294"/>
</item>
<item>
<title>Define center &quot;split&quot; area</title>
<link>https://www.displayfusion.com/Discussions/View/define-center-split-area/?ID=bff2c281-acb8-4b8d-b789-82df6c922e21</link>
<pubDate>Wed, 28 Nov 2018 08:29:06 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/define-center-split-area/?ID=bff2c281-acb8-4b8d-b789-82df6c922e21</guid>
<category>DisplayFusion</category>
<description><![CDATA[I understand that it is not possible to define a "split" which is in the center of the screen and overlaps other splits, right?
The idea is that monitors today are too big when you just want to work/focus on a single window. If I could define a small area in the middle of the screen, I could dra...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I understand that it is not possible to define a "split" which is in the center of the screen and overlaps other splits, right?<br/>
<br/>
The idea is that monitors today are too big when you just want to work/focus on a single window. If I could define a small area in the middle of the screen, I could drag and snap the window I would like to focus on in that area and have it in the center, right in front of me and in reasonable size, instead of it taking over my whole 27" 4K screen and me having to turn my head left and right to read content or to click on corner areas.<br/>
<br/>
See the attached screenshot (red rectangle).<br/>
<br/>
Does this make sense?
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=d81036b1-c3cf-427a-b0f2-f39a7effa294"/>
</item>
</channel>
</rss>