How to get the Unity dash overlayed not maximized by default?

Solution 1:

The dash is designed to open "maximised" for screens that are approximately the size of a standard netbook. This is called "Netbook" mode.

You can force dash to open "half-way" using "Desktop" mode through the following:

gsettings set com.canonical.Unity form-factor 'Desktop'

If you want to reverse this try

gsettings set com.canonical.Unity form-factor 'Automatic'

or

gsettings set com.canonical.Unity form-factor 'Netbook'



Alternatively, you can install the configuration editor dconf-editor from the package dconf-tools and do the same the graphical way:

enter image description here

for 12.04

For 12.04 and later you can use MyUnity Install MyUnity:

enter image description here


There is also a rather neat overlooked method...

enter image description here

Click the dash maximise button as shown, followed by the dash button itself. This changes from netbook to desktop and most importantly the setting is retained when you logout and login.

For other options:

  • How can I configure Unity?

See the linked question:

  • How to get Unity dash overlays maximized by default?