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...") |
(No difference)
|
Revision as of 05:09, 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 menu:close,maximize,minimize