I am using my PC as primary screen + 1 more monitor as secondary screen.
Whenever I launch my tkinter application from secondary display, root window always opens in the primary display.
Is there any way to keep the root window on the secondary display from where application is executed ?
I have searched SO and Tkinter documentation but couldn't find the answer.