Window position
Window position
Is it possible to specify in the settings that when the main window is opened, it is placed in the center of the screen without restoring the previous position? Thanks in advance.
Re: Window position
Adjust your desktop shortcut.
Code: Select all
-x <x>
-y <y>
-width <width>
-height <height>
Set the window position and size in screen coordinates.
Re: Window position
Can the values of <x>, <y>, <width>, and <height> accept relative values of the current screen resolution? For example, if the screen is ultrawide, the <x> value can take larger values > 1920. When an RDP connection is made to a computer with such a monitor from a device with a lower screen resolution, the window will not be centered.
Re: Window position
I suppose you could whip something up in a batch file that then runs Everything.
So if you queried resolution first, then set its' values to X & Y, then passed those to Everything...
Get screen resolution as a variable in cmd ?
So if you queried resolution first, then set its' values to X & Y, then passed those to Everything...
Get screen resolution as a variable in cmd ?