MV10
30 discussion posts
Would it be possible for DF to detect when a new window overlaps (opens partly behind) the Windows Task Bar and move the window? Waaaaay back in the Win95 days when the Task Bar was new, I got into the habit of running it at the top of my screens. Unfortunately, many applications assume it's on the bottom and by default open their main window or dialogs in positions that puts some or all of the window's titlebar behind the Task Bar.
Obviously it isn't a DF problem in any way, but it would be nice if DF could fix this. I've just put up with it all these years, but this morning I realized perhaps it would be an easy fix...
DisplayFusion doesn't have anything built-in to handle this specifically, but you could use the "Window Created" trigger and then either run a function (like move to centre of monitor) or create a scripted function that checks if the window is too high up and move it down by x pixels.
MV10
30 discussion posts
Oh wow, somehow I'd overlooked the availability of custom scripted C# functions. Awesome. That should be an easy fix. Thanks!