Archives For November 30, 1999

This simple tutorial shows how to enable ‘minimize on click’, minimize running app window when clicking on its icon on the left dock panel.

All the opened app icons are docked on the left panel in Ubuntu GNOME desktop. Unlike Windows, it however does not minimize focused app when you click its icon on the dock. And, neither “System Setting” nor “Gnome Tweaks” has option to enable this action.

Since the Ubuntu dock is handled by the dash-to-dock extension, it does have the option to enable the feature. All current Ubuntu releases, including Ubuntu 18.04, Ubuntu 20.04, Ubuntu 21.04, and Ubuntu 21.10, can enable this feature via following steps.

Single command to enable ‘Minimize on click’:

The dash-to-dock Gnome extension in Ubuntu is called ‘Ubuntu Dock’. As the built-in extension, it does not provide settings page in ‘Gnome Extensions’ app. However, users may run single command to change its options one by one.

Firstly, either search for and open terminal from ‘Activities’ overview or press Ctrl+Alt+T key combination on keyboard. When terminal opens, run command:

gsettings set org.gnome.shell.extensions.dash-to-dock click-action minimize

After that, click on dock icon to open or focus an app, and click again to see effect!

Enable ‘Minimize on click’ via Dconf Editor (Graphical Tool):

For those hate Linux command, the advanced “Dconf Editor” configuration tool is present to do the trick.

1.) Firstly, search for and install ‘dconf editor’ via Ubuntu Software if you don’t have it.

2.) Next, search for and open the tool from the upper-left Activities overview, and then navigate to org -> gnome -> shell -> extensions -> dash-to-dock.

Then scroll down and find out settings for ‘click-action’, and do:

  • click the line to go into its configuration page.
  • turn off the default value switch.
  • select ‘minimize’ as Custom value.

You may also set the value to ‘minimize-or-overview’, which will go to overview screen if more than one windows of the same app are opened; or ‘minimize-or-previews’ that opens thumbnail preview if multiple app instances exist.

That’s it. Enjoy!

Minimize an application window by single clicking on its icon on system taskbar or dock app launcher is a common used functionality.

This ‘minimize on click’ behavior for Unity’s Left Launcher is not ready in Ubuntu out-of-the-box. So this simple tutorial is going to tell you how to enable this handy feature in Ubuntu 15.10 Wily Werewolf.

1. Install Unity Tweak Tool.

Search for and install unity tweak tool via Ubuntu Software Center:

2. Launch Unity Tweak Tool once installed. Then click the first icon that says ‘Launcher’ to go to its configuration page.

3. Check the box says ‘Minimize single window applications on click’ and done.

The change takes effect immediately. Enjoy!


 
One of my favorite Unity features was that we can click on an Unity Launcher icon to minimize an opened application window.

The feature was last supported in Ubuntu 12.04 Precise LTS. Now it comes back in Ubuntu 14.04 Trusty LTS and here is how to enable it.

Once screencast is enough:

To get started:

  1. Search for and install compizconfig settings manager via Ubuntu Software Center. Or install it via terminal (Ctrl+Alt+T) command:
    sudo apt-get install compizconfig-settings-manager
  2. Open CCSM from Unity Dash.
  3. Click “Ubuntu Unity Plugin” and then navigate to the Launcher tab.
  4. Enable “Minimize Single Window Applications (Unsupported)” by check the box after that line

That’s it. Enjoy!