master
Raw Download raw file
 1<?xml version="1.0" encoding="utf-8"?>
 2<feed xmlns="http://www.w3.org/2005/Atom">
 3
 4  <title><![CDATA[Category: 11.04 | BryFry]]></title>
 5  <link href="http://bryfry.github.com/blog/categories/11-04/atom.xml" rel="self"/>
 6  <link href="http://bryfry.github.com/"/>
 7  <updated>2013-03-05T07:22:42-05:00</updated>
 8  <id>http://bryfry.github.com/</id>
 9  <author>
10    <name><![CDATA[bryfry]]></name>
11    
12  </author>
13  <generator uri="http://octopress.org/">Octopress</generator>
14
15  
16  <entry>
17    <title type="html"><![CDATA[Moving Window Buttons back to the right in Ubuntu 10.04+]]></title>
18    <link href="http://bryfry.github.com/blog/2011/06/10/moving-window-buttons-ubuntu/"/>
19    <updated>2011-06-10T00:00:00-04:00</updated>
20    <id>http://bryfry.github.com/blog/2011/06/10/moving-window-buttons-ubuntu</id>
21    <content type="html"><![CDATA[<p>I have gone and looked this up too many times.  So for you and me both here is the long and short of it.  The simple command that will move the windows buttons (minimize, maximize, and close) back to the right side, where all proper window buttons should be.</p>
22
23<p>``` bash</p>
24
25<h1>move windows back to the right side in Ubuntu 10.04+</h1>
26
27<p>$ gconftool-2 --set /apps/metacity/general/button_layout type string menu:minimize,maximize,close
28```</p>
29
30<p>Update: I have confirmed that this does also work with all Ubuntu distros up through 12.04</p>
31]]></content>
32  </entry>
33  
34</feed>