Linux, Operating System

Move button layout in Ubuntu

move-button-layout-in-ubuntu

Move button layout in Ubuntu
Open the terminal and type

gconf-editor

Move button layout in Ubuntu
Extend the follow path
/ > apps > metacity > general
Then select button_layout

Move button layout in Ubuntu
Modify the value of button layout, type
menu:minimize,maximize,close
The : (colon) which separate the button layout located on left hand side or right hand side.
The , (comma) which split the button layout one by one.
Then press OK

Move button layout in Ubuntu
Finally, the button layout move to the right hand side

Also, there is a very simple way to set the button layout on terminal
Type

gconftool-2 --set /apps/metacity/general/button_layout --type string menu:minimize,maximize,close

It is as same as the GUI settings