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
  • 8,015
  • 16
  • 63
  • 115

2 Answers2

3

Launch Terminal and run the following command

gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'previews'
pomsky
  • 70,557
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
  • 8,015
  • 16
  • 63
  • 115