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.
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.
Launch Terminal and run the following command
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'previews'
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'