Pages

How to enable minimize action on Ubuntu 18.04

This quick tutorial shows you how to enable ‘Minimize on click’, the feather that minimize the running application window when you clicking on the icon in left launcher.
While Settings and Gnome Tweaks utilities do not provide an option to toggle the action, you can enable the feature with Dconf Editor.
1. Search for and install dconf editor in Ubuntu Software:
install-dconf-editor
2. Then launch the tool and navigate to org -> gnome -> shell -> extensions -> dash-to-dock. Scroll download, and click go to settings for click-action.
dconf-clickaction
3. Finally disable default setting and choose “minimize” as its value from drop-down menu:
clickaction-minimize
That’s it.

No comments:

Post a Comment