Buttons from the right
Details- Details
- Category: Ubuntu
- Hits: 2583
How to make buttons roll up, unroll and close on the right, as in operating systems of family Windows?
The task is very simple:
1. Launch Terminal
2. Execute command
gconftool-2 --set /apps/metacity/general/button_layout --type string "menu:minimize,maximize,close"
if it is necessary to return everything as was
gconftool-2 --set /apps/metacity/general/button_layout --type string "close,minimize,maximize:menu"