<?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: Need help with script - move to a monitor with splits but then maximize and ignore the splits</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=e441c4cc-f5b4-4676-81f6-dfecc239755d" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=e441c4cc-f5b4-4676-81f6-dfecc239755d</link>
<description>DisplayFusion RSS: Need help with script - move to a monitor with splits but then maximize and ignore the splits</description>
<lastBuildDate>Sat, 04 Apr 2026 14:03:00 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=e441c4cc-f5b4-4676-81f6-dfecc239755d</generator>
<item>
<title>RE: Need help with script - move to a monitor with splits but then maximize and ignore the splits</title>
<link>https://www.displayfusion.com/Discussions/View/need-help-with-script-move-to-a-monitor-with-splits-but-then-maximize-and-ignore-the-splits/?ID=e441c4cc-f5b4-4676-81f6-dfecc239755d#2</link>
<pubDate>Wed, 15 Feb 2023 20:04:59 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/need-help-with-script-move-to-a-monitor-with-splits-but-then-maximize-and-ignore-the-splits/?ID=e441c4cc-f5b4-4676-81f6-dfecc239755d#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[For the uint you can replace the . with a 0, so 201, or 202.
Something like this should do what you're looking for:
Code
Copy
Select All
BFS.Window.MoveToMonitor(201, windowHandle);
BFS.DisplayFusion.RunFunctionWithWindowHandle("Maximize Window (ignore monitor splits)", windowHandle);
Hope...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
For the uint you can replace the . with a 0, so 201, or 202.<br/>
<br/>
Something like this should do what you're looking for:<br/>
<br/>
<div id="" class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019d58cde1c5713cb67bb3689f2470c8" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019d58cde1c5713cb67bb3689f2470c8Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019d58cde1c5713cb67bb3689f2470c8Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.Window.MoveToMonitor(201, windowHandle);
BFS.DisplayFusion.RunFunctionWithWindowHandle("Maximize Window (ignore monitor splits)", windowHandle);</pre><textarea id="code019d58cde1c5713cb67bb3689f2470c8" name="code019d58cde1c5713cb67bb3689f2470c8" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>Need help with script - move to a monitor with splits but then maximize and ignore the splits</title>
<link>https://www.displayfusion.com/Discussions/View/need-help-with-script-move-to-a-monitor-with-splits-but-then-maximize-and-ignore-the-splits/?ID=e441c4cc-f5b4-4676-81f6-dfecc239755d</link>
<pubDate>Mon, 13 Feb 2023 17:02:47 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/need-help-with-script-move-to-a-monitor-with-splits-but-then-maximize-and-ignore-the-splits/?ID=e441c4cc-f5b4-4676-81f6-dfecc239755d</guid>
<category>DisplayFusion</category>
<description><![CDATA[I use notion as my dev documentation, so while I am using that portrait monitor with some splits for my main editors, I want to be able to hotkey and open/move Notion to that window and maximize it, ignoring splits.
I found multiple BFS scripts for this, but when I try to move it with the monito...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I use notion as my dev documentation, so while I am using that portrait monitor with some splits for my main editors, I want to be able to hotkey and open/move Notion to that window and maximize it, ignoring splits. <br/>
<br/>
I found multiple BFS scripts for this, but when I try to move it with the monitors id, it either doesn't work, or requires that I use the monitor selector.  I tried checking the log and it returns a value of 2- granted, Display Fusion calls those monitors 2.1 and 2.2 (it instead maximizes the app on my primary monitor) <br/>
<br/>
And since 2.1/2.2 are not an uint, I can't use them as a parameter in the move to monitor. <br/>
<br/>
Can someone please point me in the right direction? Thank you very much
</div>
]]></content:encoded>
</item>
</channel>
</rss>