In ubuntu 10.04, the minimum,maximum,close button in window is left side top corner, which is default. Now we can change the minimum,maximum,close button to right side top corner.
In terminal, type the following line
gconftool-2 --set '/apps/metacity/general/button_layout' --type string ':minimize,maximize,close'
The window buttons are goes to right side top corner
For return to default, type the following line in terminal
gconftool-2 --set '/apps/metacity/general/button_layout' --type string 'minimize,maximize,close:'
Wednesday, May 12, 2010
Subscribe to:
Post Comments (Atom)
1 comments:
thanks frnd :)
Post a Comment