You can achieve the preferred ordering of window control buttons by running the following:
gsettings set org.gnome.desktop.wm.preferences button-layout appmenu:minimize,maximize,close
The : works as a "separator". You can put any button to the left or right of the : to make it appear on the left or right of the title-bar.
In order to place something in the left corner of the window title bar for all GTK and non GTK windows, you can modify the above command in this way (reference):
gsettings set org.gnome.desktop.wm.preferences button-layout menu:appmenu,minimize,maximize,close
Here is how the final result looks like for GTK and non GTK windows:
You can achieve the preferred ordering of window control buttons by running the following:
The
:
works as a "separator". You can put any button to the left or right of the:
to make it appear on the left or right of the title-bar.In order to place something in the left corner of the window title bar for all GTK and non GTK windows, you can modify the above command in this way (reference):
Here is how the final result looks like for GTK and non GTK windows: