<div dir="ltr"><div><div><div>I'm using Raspbian with X11, Openbox 3.4, and pygame. I need a way to set my YAD dialogs to always be on top of any windows including pygame. I have set pygame to screen = pygame.display.set_mode(size, pygame.NOFRAME) and I am using wmctrl -i -r $THIS_WINDOW -b add,above <br><br></div>My issue is that the YAD dialog does pop on top of the other windows and grabs focus, but if you click on pygame then the pygame window is now on top. All other windows except the pygame window seem to behave properly and will slide behind the YAD dialog, even new windows. The only problem is with the pygame window.<br><br></div>I've also tried using obapps and it is honouring the settings for the YAD dialog window and I am setting it to Above, but it has the exact same behaviour as using wmctrl. <br><br></div>Any help would be greatly appreciated. TIA<br></div>