Move the window buttons easily :-)
Many Ubuntu 12.04 users can't seem to get used to the Close, Minimize, and Maximize buttons that are in the left corner of the window.
First Method :-
To move those buttons back to the right side, you must install the Gconf Editor:
Open a terminal.
1. Issue the command :
sudo apt-get install gconf-editor
2. Once installed, issue the command
gconf-editor
3. In the resulting window (Figure ) navigate to
apps | metacity | general
4. Locate and right-click the button_layout parameter.
5. Select Edit Key.
6. In the Value section, change the text to menu:minimize,maximize,close
and hit Enter.
7. Close gconf Editor.
Figure
Second Method :-
Here's how you can move the minimize, maximize and close buttons to the right in Ubuntu 13/12
1. Open a terminal window.
2. Type in the following command then hit Enter.
gsettings set org.gnome.desktop.wm.preferences button-layout ':minimize,maximize,close'
Second Method is noob friendly
Enjoy!!!
0 comments:
Post a Comment