Enable Click App Icon to Minimize in Ubuntu 19.10

gnomelogo

After installed Ubuntu 19.10 Eoan Ermine, one of the top things to do is enable the ‘minimize on click‘ (or you may call ‘click to minimize‘) feature.

With the feature enabled, you can simply click the application icon on the left dock launcher (left panel) to minimize the opened app window.

clicktominimize

To enable ‘Click to Minimize’ via single command:

For those familiar with Linux commands, simply open terminal either from applcation menu or by pressing Ctrl+Alt+T on keyboard.

When terminal opens, run command:

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

click-minimize

To restore the changes, simply run command:

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

To enable ‘Click to Minimize’ via a graphical tool:

You can also do this via a graphical tool called dconf editor.

1. First open Ubuntu Software, search for and install dconf editor.

2. Launch dconf editor and navigate to “org / gnome / shell / extensions / dash-to-dock”, then find out the key “click-action”.

clickaction

3. Click on the key to go to its configuration page, then do:

  • turn off “Use default value”.
  • set “current value” to ‘minimize’ or ‘minimize or previews’ or ‘minimize or overview’
set-clickaction

About ml

ml is a part time stay-at-home dad who've been using Ubuntu Desktop for a few years. He writes in the free time and wishes to share some useful tips with Ubuntu beginners and lovers.

3 comments

  1. Thanks for this, came in handy after moving to Linux after 12 years on a Mac.

  2. Do you have to restart to work?
    I opened the terminal and paste your line and didn’t work for me.

  3. thanks, its work for me ubuntu 20.04

Leave a Reply

Your email address will not be published. Required fields are marked *

*