Change window button positions

From Peter Pap's Technowiki
Revision as of 05:09, 2 September 2013 by Ppapa (talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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