Difference between revisions of "Change window button positions"
From Peter Pap's Technowiki
(Created page with "You'd think that this would be part of the preferences panels, but NO! If you want them on the right: gconftool -s /apps/metacity/general/button_layout -t string menu:minimiz...") |
|||
Line 7: | Line 7: | ||
If you want them on the left: | If you want them on the left: | ||
− | gconftool -s /apps/metacity/general/button_layout -t string | + | gconftool -s /apps/metacity/general/button_layout -t string close,maximize,minimize:menu |
Latest revision as of 05:10, 2 September 2013
You'd think that this would be part of the preferences panels, but NO!
If you want them on the right:
gconftool -s /apps/metacity/general/button_layout -t string menu:minimize,maximize,close
If you want them on the left:
gconftool -s /apps/metacity/general/button_layout -t string close,maximize,minimize:menu