1

In Windows, when you have a window on the foreground and you click on its taskbar button, it becomes minimized.

Is there a setting which allows same behavior with Ubuntu 18.04 (Gnome environment) dock?

DevHugo
  • 121
Aivar
  • 635

1 Answers1

1

if not installed install dconf editor

sudo apt install dconf-editor

open it, use the search icon on the top bar and search for dock, open the first result (it should be /org/gnome/shell/extensions/dash-to-dock/), now adjust the value for click-action to minimize.

dsSTORM
  • 1,860