<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alex Sleat &#187; swap</title>
	<atom:link href="https://alexsleat.co.uk/tag/swap/feed/" rel="self" type="application/rss+xml" />
	<link>https://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Tue, 12 Jun 2012 08:39:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Ubuntu 12.04 &#8211; Moving The Windows Buttons Back To The Right.</title>
		<link>https://alexsleat.co.uk/2012/04/11/ubuntu-12-04-moving-the-windows-buttons-back-to-the-right/</link>
		<comments>https://alexsleat.co.uk/2012/04/11/ubuntu-12-04-moving-the-windows-buttons-back-to-the-right/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 12:20:41 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[10.11]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[close]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[left]]></category>
		<category><![CDATA[maximise]]></category>
		<category><![CDATA[minimise]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[right]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[ubuntu 12.04]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=29665</guid>
		<description><![CDATA[<br/><p>Those pesky windows buttons (maximise, minimise and close) default to the left of the menu bar after a new Ubuntu installations, and it&#8217;s been happening since 10.04. Most people, like myself, are stuck in our ways and just want them back where they belong. It&#8217;s pretty easy to do this, just open up a [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Those pesky windows buttons (maximise, minimise and close) default to the left of the menu bar after a new Ubuntu installations, and it&#8217;s been happening since 10.04. Most people, like myself, are stuck in our ways and just want them back where they belong. It&#8217;s pretty easy to do this, just open up a terminal (ctrl+alt+t) and copy in the following:</p>
<div class="dean_ch" style="white-space: wrap;">gconftool -s /apps/met&gt;gconftool -s /apps/met&gt;gconftool -s /apps/metacity/general/button_layout -t string menu:minimize,maximize,close</div>
<p>Once you hit enter, you should see the buttons return to their rightful place on the right, also in the right order.</p>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2012/04/11/ubuntu-12-04-moving-the-windows-buttons-back-to-the-right/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>HowTo: Disable Mouse Scroll to Switch Desktop &#8211; OpenBox</title>
		<link>https://alexsleat.co.uk/2011/05/15/howto-disable-mouse-scroll-to-switch-desktop-openbox/</link>
		<comments>https://alexsleat.co.uk/2011/05/15/howto-disable-mouse-scroll-to-switch-desktop-openbox/#comments</comments>
		<pubDate>Sun, 15 May 2011 19:39:46 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[archbang]]></category>
		<category><![CDATA[blackbox]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openbox]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=16061</guid>
		<description><![CDATA[<br/><p>Open up the openbox config file, it should be located in /home/username/.config/openbox/ but if it&#8217;s not you might have to do a little digging. </p> nano /~.config/openbox/rc.xml <p>Find the following lines and remove or comment them out, you can use Ctrl+W in nano to find:</p> &#160; &#160; &#160;&#60;mousebind action=&#34;Click&#34; button=&#34;Up&#34;&#62; &#160; &#160; &#160; &#160; [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Open up the openbox config file, it should be located in /home/username/.config/openbox/ but if it&#8217;s not you might have to do a little digging. </p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">nano</span> /~.config/openbox/rc.xml</div>
<p>Find the following lines and remove or comment them out, you can use Ctrl+W in nano to find:</p>
<div class="dean_ch" style="white-space: wrap;"> &nbsp; &nbsp; &nbsp;<span class="sc3"><span class="re1">&lt;mousebind</span> <span class="re0">action</span>=<span class="st0">&quot;Click&quot;</span> <span class="re0">button</span>=<span class="st0">&quot;Up&quot;</span><span class="re2">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="sc3"><span class="re1">&lt;action</span> <span class="re0">name</span>=<span class="st0">&quot;DesktopPrevious&quot;</span><span class="re2">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; <span class="sc3"><span class="re1">&lt;/mousebind<span class="re2">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; <span class="sc3"><span class="re1">&lt;mousebind</span> <span class="re0">action</span>=<span class="st0">&quot;Click&quot;</span> <span class="re0">button</span>=<span class="st0">&quot;Down&quot;</span><span class="re2">&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="sc3"><span class="re1">&lt;action</span> <span class="re0">name</span>=<span class="st0">&quot;DesktopNext&quot;</span><span class="re2">/&gt;</span></span><br />
&nbsp; &nbsp; &nbsp; <span class="sc3"><span class="re1">&lt;/mousebind<span class="re2">&gt;</span></span></span></div>
<p>Note: XML comments are as follow:<-- Comment --></p>
<p>Save with Ctrl+X, Y, Enter (if you&#8217;re using nano) and restart OpenBox (Preferences -> OpenBox Config -> Restart) and all should be done.</p>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2011/05/15/howto-disable-mouse-scroll-to-switch-desktop-openbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HowTo: Switch the Window Menu Buttons Back to the Right – Ubuntu 10.04 / 10.10 / 11.04</title>
		<link>https://alexsleat.co.uk/2010/05/03/howto-swap-the-window-menu-buttons-back-to-the-right-ubuntu-lucid-10-04/</link>
		<comments>https://alexsleat.co.uk/2010/05/03/howto-swap-the-window-menu-buttons-back-to-the-right-ubuntu-lucid-10-04/#comments</comments>
		<pubDate>Mon, 03 May 2010 10:10:05 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gconf]]></category>
		<category><![CDATA[gconf-editor]]></category>
		<category><![CDATA[gconftool]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[Maverick Meerkat]]></category>
		<category><![CDATA[menu buttons]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[Natty Narwhal]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=51</guid>
		<description><![CDATA[<br/><p>I’m not an OSX person and personally prefer my minimise, maximise and close buttons to be in that order on the right, which they are not as default on the new Ubuntu 10.04 (Lucid Lynx) so here’s how you can swap them back to their rightful place (pun intended).</p> <p>This can be done either [...]]]></description>
			<content:encoded><![CDATA[<br/><p>I’m not an OSX person and personally prefer my minimise, maximise and close buttons to be in that order on the right, which they are not as default on the new Ubuntu 10.04 (Lucid Lynx) so here’s how you can swap them back to their rightful place (pun intended).</p>
<p><strong>This can be done either of two ways:</strong><br />
<em>Use the following one line command to edit gconf (for more info type man gconftool):</em></p>
<div class="dean_ch" style="white-space: wrap;">gconftool -s /apps/met&gt;gconftool -s /apps/met&gt;gconftool -s /apps/metacity/general/button_layout -t string menu:minimize,maximize,close</div>
<p><strong>OR</strong><br />
<em>Using gconf-editor (the GUI version):</em></p>
<ol>
<li>In terminal type: <em>gconf-editor</em></li>
<li>Navigate to /apps/metacity/general</li>
<li>Change button_layout to: <em>menu:minimize,maximize,close</em></li>
<li>Hit enter and you are done.</li>
</ol>
<p><object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/Lzy3jLvO59s&#038;hl=en_GB&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Lzy3jLvO59s&#038;hl=en_GB&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2010/05/03/howto-swap-the-window-menu-buttons-back-to-the-right-ubuntu-lucid-10-04/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
