<?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>rlazo&#039;s blog &#187; Awesome</title>
	<atom:link href="http://www.rlazo.org/category/awesome/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rlazo.org</link>
	<description></description>
	<lastBuildDate>Sat, 08 May 2010 18:24:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Awesome 3.4-rc* and default floating layout</title>
		<link>http://www.rlazo.org/2009/10/02/awesome-3-4-rc-and-default-floating-layout/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.rlazo.org/2009/10/02/awesome-3-4-rc-and-default-floating-layout/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 03:45:56 +0000</pubDate>
		<dc:creator>Rodrigo</dc:creator>
				<category><![CDATA[Awesome]]></category>

		<guid isPermaLink="false">http://www.rlazo.org/?p=80</guid>
		<description><![CDATA[I think awesome wm is, well awesome. I tried the last rc but I found that all the tags were set to the floating layout by default, so digging through the internet I found these bug that is exactly what was happening to me:

For the lazy ones, here is the solution:

Change:
   tags[s] = [...]]]></description>
			<content:encoded><![CDATA[<p>I think awesome wm is, well awesome. I tried the last rc but I found that all the tags were set to the floating layout by default, so digging through the internet I found <a href="http://awesome.naquadah.org/bugs/index.php?do=details&amp;task_id=646">these bug</a> that is exactly what was happening to me:
</p>
<p>For the lazy ones, here is the solution:
</p>
<p>Change:<br />
   tags[s] = awful.tag({ 1, 2, 3, 4, 5, 6, 7, 8, 9 }, s)
</p>
<p>to:<br />
   tags[s] = awful.tag({ 1, 2, 3, 4, 5, 6, 7, 8, 9 }, s, layouts[1])
</p>
<p>taken shamelessly from the ticket.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rlazo.org/2009/10/02/awesome-3-4-rc-and-default-floating-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome wm: my first steps</title>
		<link>http://www.rlazo.org/2008/10/10/awesome-wm-my-first-steps/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.rlazo.org/2008/10/10/awesome-wm-my-first-steps/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 16:38:07 +0000</pubDate>
		<dc:creator>Rodrigo</dc:creator>
				<category><![CDATA[Awesome]]></category>

		<guid isPermaLink="false">http://www.rlazo.org/?p=45</guid>
		<description><![CDATA[A tiling WM maximizes the use of your screen real state by handling
   the space as a grid where each window (or frame) gets a piece of it in
   a non-overlapping way. An additional, but not exclusive, feature found
   on most of this wm is that you can do [...]]]></description>
			<content:encoded><![CDATA[<p>A tiling WM maximizes the use of your screen real state by handling<br />
   the space as a grid where each window (or frame) gets a piece of it in<br />
   a non-overlapping way. An additional, but not exclusive, feature found<br />
   on most of this wm is that you can do almost everything using keyboard<br />
   only.
</p>
<p>I have a widescreen monitor and with the extra horizontal space I can<br />
   arrange two windows side-to-side without losing too much info, and if<br />
   you have some of those massive 20+ inches lcd monitors, you have a lot<br />
   of space. I still consider a 17 inches monitor to be <em>big</em>&#8230; I&#8217;ve<br />
   been using 14&#8242; monitor for almost my entire life <img src='http://www.rlazo.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p>They are a lot of tiling WM, check the <a href="http://en.wikipedia.org/wiki/Tiling_window_manager">Wikipedia article</a> for a<br />
   list of the most common. I decided to try <a href="http://awesome.naquadah.org/"><strong>awesome 3</strong></a> a couple of<br />
   months ago and I don&#8217;t regret a bit.
</p>
<h4>First step: don&#8217;t forget about that Windows(r) key</h4>
<p>When you open awesome for the first time, all you get is a dark theme,<br />
   with a gray wallpaper. You will have a <strong>statusbar</strong> on the top with a<br />
   clock on the right, a weird icon next to it and some numbers on the<br />
   left (1..9).
</p>
<p>First thing first, <strong>the magic key</strong> here is the &#8220;Windows Key&#8221; that<br />
   almost all the PC keyboards have, <strong>and</strong> the behavior is based on <a href="http://en.wikipedia.org/wiki/Vi">Vi</a>, the text editor. From now on the &#8220;Windows key&#8221; will be just<br />
   modkey.
</p>
<h4>Open your apps</h4>
<p>To create a new terminal window all you need to do is press<br />
   <code>modkey+Enter</code>. To open a different app you could create your own<br />
   shortcut (but we are not there yet) or press <code>modkey+F1</code>. That will<br />
   create a prompt on the statusbar where you can insert your command<br />
   (e.g. &#8220;firefox&#8221;).
</p>
<h4>Moving</h4>
<p>Now, if you have several windows open you can circle them using<br />
   <code>modkey+j</code> and <code>modkey+k</code>. If you want to move between &#8220;tags&#8221; use<br />
   <code>modkey+left</code> or <code>modkey+right</code> (arrow keys).
</p>
<h4>Changing window sizes</h4>
<p>Using the default layout, there will be a &#8220;main window&#8221; on the left<br />
   that will take half of the screen and all the other windows will be<br />
   confined to the right. With <code>modkey+h</code> and <code>modkey+l</code> you can change<br />
   how much space is dedicated for each of this &#8220;groups&#8221;.
</p>
<p>What if you want a single window to take the whole screen temporarily?<br />
   Use <code>modkey+m</code> <img src='http://www.rlazo.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<h4>That&#8217;s it!</h4>
<p>I have some trouble getting starting with awesome (specially because<br />
   googling for awesome doesn&#8217;t help much), so I hope this would help<br />
   somebody else trying to use awesome for the first time.
</p>
<p>Here is a screenshot of my desktop, click for a full size version.
</p>
<p><a href="http://img76.imageshack.us/my.php?image=screenshotdb3.jpg"><img src="http://media.rlazo.org//uploads/link.jpg" alt="Awesome wm screenshot"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rlazo.org/2008/10/10/awesome-wm-my-first-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome and xrandr</title>
		<link>http://www.rlazo.org/2008/10/08/awesome-and-xrandr/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.rlazo.org/2008/10/08/awesome-and-xrandr/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 05:01:33 +0000</pubDate>
		<dc:creator>Rodrigo</dc:creator>
				<category><![CDATA[Awesome]]></category>

		<guid isPermaLink="false">http://www.rlazo.org/?p=43</guid>
		<description><![CDATA[I use (the) awesome window manager. If you haven&#8217;t heard of it, you are missing a great window manager. It can deal with tiling and floating windows, is very customizable and is the best wm I&#8217;ve tried (over openbox, fluxbox, xfce, gnome&#8217;s,  enlightenment, etc.) Go to it&#8217;s website to learn more.

This post is because [...]]]></description>
			<content:encoded><![CDATA[<p>I use (the) awesome window manager. If you haven&#8217;t heard of it, you are missing a great window manager. It can deal with tiling <em>and</em> floating windows, is very customizable and is <strong>the</strong> best wm I&#8217;ve tried (over openbox, fluxbox, xfce, gnome&#8217;s,  enlightenment, etc.) <a href="http://awesome.naquadah.org/">Go to it&#8217;s website</a> to learn more.
</p>
<p>This post is because I&#8217;ve been trying it&#8217;s support for multiple displays and is great!, Right now I have my laptop and monitor working together in a down-up configuration, and awesome have keybindings for handling the different displays. Absolutely great.
</p>
<p>If you are a keyboard freak like me you will enjoy it!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rlazo.org/2008/10/08/awesome-and-xrandr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
