2

I really don't like when I have more than one window on a single application and have to:

Right click > All windows > choose the one I want.

I would like to do it on the first Left click like in Ubuntu 16.04.

Using Ubuntu 18.04.

Vitor Abella
  • 7,537

2 Answers2

2

Launch Terminal and run the following command

gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'previews'
pomsky
  • 68,507
  • 1
    It worked, but first I have to solve a problem with python anaconda https://askubuntu.com/questions/558446/my-dconf-gsettings-installation-is-broken-how-can-i-fix-it-without-ubuntu-reins – Vitor Abella Feb 14 '19 at 00:33
0

The option that is similar to the default of 16.04 is set using:

gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize-or-overview'
Vitor Abella
  • 7,537
  • It worked, but first I have to solve a problem with python anaconda https://askubuntu.com/questions/558446/my-dconf-gsettings-installation-is-broken-how-can-i-fix-it-without-ubuntu-reins – Vitor Abella Feb 14 '19 at 01:36