How to enable application minimization when you click on the dock icon

Cyrus Cuenca
Sleep Code Repeat
Published in
1 min readMay 9, 2018

I was configuring my Ubuntu 18.04 installation, and I couldn’t find any option to minimize apps when i click on the icon on the dock. I found a solution using the following command:

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

--

--