• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to stop X apps from opening in the corner on my screen?

Red Squirrel

No Lifer
When I start an X app on a remote server so that it displays locally, it always opens directly in the corner of the screen, not even taking the top task bar into account. I always have to fight so I can get the window back down because the title bar will be hidden.

Is there a way to make them always open on the centre?
 
It should be window manager's or desktop manager's duty to manage the screen area. You did not tell which you use.

You can give most X-clients a
Code:
-geometry +x+y
to adjust the initial position.
 
Back
Top