ConEmu
ConEmu copied to clipboard
How to use -Wnd switch ?
How to use -Wnd switch to set the window position and size ? There is no example in documentation. So I have tried
-Wnd {XY} 100,200.
This is how my full command looks like - path_to_conemu -run my_command -Wnd {XY} 100, 200
But didn't worked. So I tried -Wnd {X|Y} 100,200 and -Wnd{XY} 100,200, but no luck.
There are two questions actually.
- What is the correct way to use the -Wnd switch
- What is the correct position to use the -Wnd switch.