How to enable minimize on click in Ubuntu

Unfortunately, Ubuntu does not provide a direct configuration option to enable this behavior.

While things may not be immediately obvious, what makes Ubuntu special is the fact that it is highly customizable, if you know the right place to look. When it comes to enabling click-to-minimize windows, you don't have to look too far.

You can enable the click-to-minimize function via the command line or the graphical interface. TipsMake will show you how to do both in the following article!

Enable minimize on click in Ubuntu from the command line

At Ubuntu's Command Prompt, you can enable minimize on click with a single command. Open Terminal and enter the following command:

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

You won't need to reboot the system or log out and back in again. Click-to-zoom function will be enabled immediately.

If you later change your mind and don't like this new behavior, you can turn it off by entering the following command into Terminal:

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

Enable minimize on click with Dconf Editor

If you prefer to work through a graphical interface, you can install Dconf Editor from the Ubuntu Software Center. Just open Software Center from the Applications menu and type dconf in the search box. Then click on Dconf Editor and install the application.

How to enable minimize on click in Ubuntu Picture 1

Once it's installed, launch the editor and go to org > gnome > shell > extensions > dash-to-dock. Scroll down a bit until you find a click. Click the option to access the click action settings.

How to enable minimize on click in Ubuntu Picture 2

Here, you want to disable the slider that says to use the default value and set the Custom value option below it to Minimize. Then just click Apply.

Again, no need to reboot or log out. Click-to-zoom behavior takes effect immediately.

Now that you have click-to-zoom enabled, don't stop there. Let's keep exploring! There are many more things you can do to improve your Ubuntu system.

Hope you are succesful.

4.5 ★ | 2 Vote

May be interested

  • How to Install VirtualBox on LinuxPhoto of How to Install VirtualBox on Linux
    setting up a virtual machine can be a great way to test alternative software or operating systems on a computer without altering or putting the existing system at risk.
  • How to format a storage drive using Linux TerminalPhoto of How to format a storage drive using Linux Terminal
    storage devices are an integral part of computer hardware and computers in general. this tutorial will show you how to format a storage device right from the linux terminal.
  • How to Install Notepad++ on LinuxPhoto of How to Install Notepad++ on Linux
    notepad++ is a popular source code editor among windows users. it supports nearly 78 different programming language syntaxes and includes a lot of features to improve the editing experience.
  • How to change hostname in LinuxPhoto of How to change hostname in Linux
    there are many reasons why you might want to change the hostname of your linux system. unfortunately, changing hostname is not an intuitive process.
  • How to Install CyberPanel on Ubuntu 20.04Photo of How to Install CyberPanel on Ubuntu 20.04
    cyberpanel is a control panel designed to be user-friendly for non-technical users. cyberpanel is easy to learn as it uses a simple layout that most hosting companies are familiar with.
  • What's New in Ubuntu 21.10?Photo of What's New in Ubuntu 21.10?
    version 21.10 is the latest release of ubuntu and although canonical is turning more attention to the cloud and developers, ubuntu 'impish indri' still comes with some notable changes for those users use the ubuntu desktop every day.