Ubuntu – How to turn off minimize-on-click option for Ubuntu dock

dockgnome-shellgsettingsminimizeubuntu-dock

I am using Ubuntu 18.04 and used this command

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

to turn on minimize on dock with single click on icon. How to revert back and turn off this feature?

Because it's irritating for browser if multiple window open. How to exclude browsers from this settings and/or how to revert back system wide?

Best Answer

You can revert to the default option by running

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

Also try running

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

then you'll get all possible values that can be set. See if you find another option preferable.