- Open a terminal by pressing Ctrl + Alt + T.
- Open a terminal by pressing Ctrl + Alt + T.
gsettings set org.gnome.desktop.wm.preferences button-layout 'close,minimize,maximize:'
If you want to revert the changes and move the buttons back to the right, you can use the following command:
gsettings set org.gnome.desktop.wm.preferences button-layout 'appmenu:minimize,maximize,close'
Top comments (1)
Amazing, thank you <3