This is how you can enable the Minimize, Maximize window buttons in elementary OS.
Many people (mostly new users to elementary OS) asks these questions in various forums:
- How do I enable minimize buttons in elementary OS?
- How to I enable restore, minimize, maximize?
- Is it possible to bring back the minimize and maximize buttons?
And they are completely valid questions, and It’s okay to ask questions. Right? This guide to help them to get those buttons in elementary OS.
The Pantheon desktop which is used by elementary OS does not come with default standard window buttons. The reason primarily being a different concept of handling user behavior and activities via Dock and Application menu. Arguably, this design or implementation of this behavior mimics macOS.
That said, many users prefers the window buttons because it is a “muscle-memory'” thing and some migrated from other desktop environments, even windows.
Although elementary doesn’t provide you this as a default settings, you can still enable it. Here’s how.
Table of Contents
Enable minimize maximize Buttons – elementary OS
Open a terminal and install the software properties common which is required for adding a PPA. By default, this package is not installed in elementary OS (don’t ask me why, seriously?).
sudo apt install software-properties-common
elementary OS 6 Odin
The Tweak tool is renamed with a new name and being developed separately. It is called Pantheon Tweaks. And using the following commands you can install it.
sudo add-apt-repository -y ppa:philip.scott/pantheon-tweaks sudo apt install -y pantheon-tweaks
elementary OS 5 Juno and below
If you are using elementary OS 5 June and below, you can install the earlier elementary-tweaks using the same PPA. Follow the below commands from terminal.
sudo add-apt-repository -y ppa:philip.scott/elementary-tweaks sudo apt install -y elementary-tweaks
Change the settings
- After installation, click on the Application at the top bar and open System Settings.
In the System settings window, click on Tweaks under Personal section. - In the Tweaks window, go to Appearance section.
- Under Window Controls, select Layout: Windows.
- And you should have the minimized, maximize and close button on the right side of the top window bar.
There are other combinations as well, such as Ubuntu, macOS, etc. You can choose whatever you feel like:
This step completes the guide. There are other options in gsettings which you may try to use, but the window manager gala recently removed those options. Hence, they may not work at the moment.
I hope this guide helps you to enable minimize maximize buttons elementary OS. Let me know in the comment box below if you need any help.