34

I'd like to have all of my windows open in the center of my screen instead of the top left corner. Is this possible? If so, where do I configure this?

Frantumn
  • 1,459

3 Answers3

28

If you are using Gnome with Compiz, install CompizConfig Settings Manager.

  • You can find it here:

enter image description here

  • Or install it via Terminal:

    sudo apt-get install compizconfig-settings-manager
    
  • Then open it and go to Window Management > Place Windows, enable it, and in "Placement Mode" choose Centered.

Eliah Kagan
  • 119,640
tuks
  • 1,566
  • 2
  • 13
  • 12
24

For newer version of gnome (3.14 or higher) compiz has been removed. you can now Open windows in center of screen by check center-new-windows in /org/gnome/mutter/ using dconf-editor.

pazel1374
  • 679
15

Actually, in recent versions of Ubuntu it is enabled by default. And since GNOME v3.30 there is also a visible option in GNOME Tweaks:

GNOME Tweaks with Windows->"Center New Windows" highlighted

Just select "Center New Windows" under "Windows".

rugk
  • 1,043
  • 10
  • 12