<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SIMPLE LINUX, UBUNTU, LINUS &amp; COMPIZ</title>
	<atom:link href="http://vdov.net/index.php/2007/12/simple-linux-ubuntu-linus-compiz/feed/" rel="self" type="application/rss+xml" />
	<link>http://vdov.net/index.php/2007/12/simple-linux-ubuntu-linus-compiz/</link>
	<description>(no longer) the 871,446th most popular blog on the tubes</description>
	<lastBuildDate>Wed, 28 Jul 2010 10:59:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David</title>
		<link>http://vdov.net/index.php/2007/12/simple-linux-ubuntu-linus-compiz/comment-page-1/#comment-39643</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 08 Dec 2007 02:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://vdov.net/index.php/2007/12/652#comment-39643</guid>
		<description>Whoa, I had some embedded characters in my comment that your blog software did not like. Let me try again. Just put the following in your .gnomerc file:
export WINDOW_MANAGER=&quot;path-to-your-xmonad-executable&quot;</description>
		<content:encoded><![CDATA[<p>Whoa, I had some embedded characters in my comment that your blog software did not like. Let me try again. Just put the following in your .gnomerc file:<br />
export WINDOW_MANAGER=&#8221;path-to-your-xmonad-executable&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://vdov.net/index.php/2007/12/simple-linux-ubuntu-linus-compiz/comment-page-1/#comment-39642</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 08 Dec 2007 02:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://vdov.net/index.php/2007/12/652#comment-39642</guid>
		<description>Alec, you heard right.  You can use xmonad as a window manager under Gnome.  Just put the following in your .gnomerc file:
export WINDOW_MANAGER=&quot;&quot;

It works really well.</description>
		<content:encoded><![CDATA[<p>Alec, you heard right.  You can use xmonad as a window manager under Gnome.  Just put the following in your .gnomerc file:<br />
export WINDOW_MANAGER=&#8221;"</p>
<p>It works really well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alec</title>
		<link>http://vdov.net/index.php/2007/12/simple-linux-ubuntu-linus-compiz/comment-page-1/#comment-39641</link>
		<dc:creator>Alec</dc:creator>
		<pubDate>Fri, 07 Dec 2007 19:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://vdov.net/index.php/2007/12/652#comment-39641</guid>
		<description>for those keeping score at home, winkey is mod4Mask (mod2Mask == numlock)</description>
		<content:encoded><![CDATA[<p>for those keeping score at home, winkey is mod4Mask (mod2Mask == numlock)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: acosta</title>
		<link>http://vdov.net/index.php/2007/12/simple-linux-ubuntu-linus-compiz/comment-page-1/#comment-39640</link>
		<dc:creator>acosta</dc:creator>
		<pubDate>Thu, 06 Dec 2007 01:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://vdov.net/index.php/2007/12/652#comment-39640</guid>
		<description>i&#039;ll take the liberty of reposting your xmonad rc correctly ...

&lt;pre&gt;
import Graphics.X11.Xlib

import XMonad
import XMonad.Layouts

import XMonad.Layout.NoBorders
import XMonad.Layout.Tabbed

layout = my_tabbed &#124;&#124;&#124; my_tiled
  where
     my_tiled   = Mirror $ Tall nmaster delta ratio
     nmaster = 1
     ratio   = 1/2
     delta   = 3/100

     my_tabbed = noBorders (tabbed shrinkText defaultTConf)


main = xmonad $ defaultConfig
    { defaultGaps = [(18,0,0,0)]
    , terminal = &quot;urxvtc&quot;
    , modMask = mod3Mask
    , layoutHook = layout
    }
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>i&#8217;ll take the liberty of reposting your xmonad rc correctly &#8230;</p>
<pre>
import Graphics.X11.Xlib

import XMonad
import XMonad.Layouts

import XMonad.Layout.NoBorders
import XMonad.Layout.Tabbed

layout = my_tabbed ||| my_tiled
  where
     my_tiled   = Mirror $ Tall nmaster delta ratio
     nmaster = 1
     ratio   = 1/2
     delta   = 3/100

     my_tabbed = noBorders (tabbed shrinkText defaultTConf)

main = xmonad $ defaultConfig
    { defaultGaps = [(18,0,0,0)]
    , terminal = "urxvtc"
    , modMask = mod3Mask
    , layoutHook = layout
    }
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: acosta</title>
		<link>http://vdov.net/index.php/2007/12/simple-linux-ubuntu-linus-compiz/comment-page-1/#comment-39639</link>
		<dc:creator>acosta</dc:creator>
		<pubDate>Thu, 06 Dec 2007 01:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://vdov.net/index.php/2007/12/652#comment-39639</guid>
		<description>haha awesome, totally works. they are (exploding with some spaces) &lt; pre &gt; and &lt; / pre &gt;</description>
		<content:encoded><![CDATA[<p>haha awesome, totally works. they are (exploding with some spaces) < pre > and < / pre ></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: acosta</title>
		<link>http://vdov.net/index.php/2007/12/simple-linux-ubuntu-linus-compiz/comment-page-1/#comment-39638</link>
		<dc:creator>acosta</dc:creator>
		<pubDate>Thu, 06 Dec 2007 01:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://vdov.net/index.php/2007/12/652#comment-39638</guid>
		<description>alrighty ... i&#039;ll take that all into considerations. for future reference, vdov has the &lt;pre&gt; and &lt;/pre&gt; (hopefully these actually show up) tags for preserving whitespace, though i don&#039;t know about using them in comments. we&#039;re probably about to find out when i click &#039;submit comment&#039; ...</description>
		<content:encoded><![CDATA[<p>alrighty &#8230; i&#8217;ll take that all into considerations. for future reference, vdov has the
<pre> and </pre>
<p> (hopefully these actually show up) tags for preserving whitespace, though i don&#8217;t know about using them in comments. we&#8217;re probably about to find out when i click &#8217;submit comment&#8217; &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alec</title>
		<link>http://vdov.net/index.php/2007/12/simple-linux-ubuntu-linus-compiz/comment-page-1/#comment-39637</link>
		<dc:creator>Alec</dc:creator>
		<pubDate>Thu, 06 Dec 2007 00:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://vdov.net/index.php/2007/12/652#comment-39637</guid>
		<description>I hear you can also use xmonad as GNOME&#039;s window manager, so you can keep the ubuntu fluff and still have a smart window manager</description>
		<content:encoded><![CDATA[<p>I hear you can also use xmonad as GNOME&#8217;s window manager, so you can keep the ubuntu fluff and still have a smart window manager</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alec</title>
		<link>http://vdov.net/index.php/2007/12/simple-linux-ubuntu-linus-compiz/comment-page-1/#comment-39636</link>
		<dc:creator>Alec</dc:creator>
		<pubDate>Thu, 06 Dec 2007 00:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://vdov.net/index.php/2007/12/652#comment-39636</guid>
		<description>yup, vdov butchered the whitespace

xmonad will automatically float some things, and it&#039;s easy to configure it to float your preferred application.  I don&#039;t remember ion3 doing that, but I stopped using it a long time ago.

xmonad is also so much easier to configure.  I know Lua decently well and couldn&#039;t figure out the ion3 configuration stuff for the life of me.  I know Haskell better than Lua, but that doesn&#039;t explain the orders of magnitude easier configuration.</description>
		<content:encoded><![CDATA[<p>yup, vdov butchered the whitespace</p>
<p>xmonad will automatically float some things, and it&#8217;s easy to configure it to float your preferred application.  I don&#8217;t remember ion3 doing that, but I stopped using it a long time ago.</p>
<p>xmonad is also so much easier to configure.  I know Lua decently well and couldn&#8217;t figure out the ion3 configuration stuff for the life of me.  I know Haskell better than Lua, but that doesn&#8217;t explain the orders of magnitude easier configuration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alec</title>
		<link>http://vdov.net/index.php/2007/12/simple-linux-ubuntu-linus-compiz/comment-page-1/#comment-39635</link>
		<dc:creator>Alec</dc:creator>
		<pubDate>Thu, 06 Dec 2007 00:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://vdov.net/index.php/2007/12/652#comment-39635</guid>
		<description>My ~/.xmonad/xmonad.hs configuration file is pretty simple - I have the mod key bound to left alt (requires some xkb/xmodmap trickery), but use mod2Mask to get the Windows key.  I have a custom status bar with time/load/IP using dzen up at the top, and I only use two modes: tabbed (full screen with tabs for title names, like ion3) and tiled with a horizontal split.  On the widescreen monitor I use a vertical split.

I&#039;m cool and run the xmonad dev version; I don&#039;t believe this config will work with 0.4.

I&#039;m sure vdov is going to butcher this:


$ cat ~/.xmonad/xmonad.hs 
import Graphics.X11.Xlib

import XMonad
import XMonad.Layouts

import XMonad.Layout.NoBorders
import XMonad.Layout.Tabbed

layout = my_tabbed &#124;&#124;&#124; my_tiled
  where
     my_tiled   = Mirror $ Tall nmaster delta ratio
     nmaster = 1
     ratio   = 1/2
     delta   = 3/100

     my_tabbed = noBorders (tabbed shrinkText defaultTConf)


main = xmonad $ defaultConfig
    { defaultGaps = [(18,0,0,0)]
    , terminal = &quot;urxvtc&quot;
    , modMask = mod3Mask
    , layoutHook = layout
    }
</description>
		<content:encoded><![CDATA[<p>My ~/.xmonad/xmonad.hs configuration file is pretty simple &#8211; I have the mod key bound to left alt (requires some xkb/xmodmap trickery), but use mod2Mask to get the Windows key.  I have a custom status bar with time/load/IP using dzen up at the top, and I only use two modes: tabbed (full screen with tabs for title names, like ion3) and tiled with a horizontal split.  On the widescreen monitor I use a vertical split.</p>
<p>I&#8217;m cool and run the xmonad dev version; I don&#8217;t believe this config will work with 0.4.</p>
<p>I&#8217;m sure vdov is going to butcher this:</p>
<p>$ cat ~/.xmonad/xmonad.hs<br />
import Graphics.X11.Xlib</p>
<p>import XMonad<br />
import XMonad.Layouts</p>
<p>import XMonad.Layout.NoBorders<br />
import XMonad.Layout.Tabbed</p>
<p>layout = my_tabbed ||| my_tiled<br />
  where<br />
     my_tiled   = Mirror $ Tall nmaster delta ratio<br />
     nmaster = 1<br />
     ratio   = 1/2<br />
     delta   = 3/100</p>
<p>     my_tabbed = noBorders (tabbed shrinkText defaultTConf)</p>
<p>main = xmonad $ defaultConfig<br />
    { defaultGaps = [(18,0,0,0)]<br />
    , terminal = &#8220;urxvtc&#8221;<br />
    , modMask = mod3Mask<br />
    , layoutHook = layout<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrgreen</title>
		<link>http://vdov.net/index.php/2007/12/simple-linux-ubuntu-linus-compiz/comment-page-1/#comment-39634</link>
		<dc:creator>jrgreen</dc:creator>
		<pubDate>Wed, 05 Dec 2007 16:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://vdov.net/index.php/2007/12/652#comment-39634</guid>
		<description>Thanks Alec, re: unison and xmonad. xmonad is an improvement on ion3 for my purposes. I&#039;m a convert.

First order of business: make mod the winkey. Anyone done this yet?

What&#039;s with the tiling WMs being written in obscure (to me) languages like Lua and Haskell?</description>
		<content:encoded><![CDATA[<p>Thanks Alec, re: unison and xmonad. xmonad is an improvement on ion3 for my purposes. I&#8217;m a convert.</p>
<p>First order of business: make mod the winkey. Anyone done this yet?</p>
<p>What&#8217;s with the tiling WMs being written in obscure (to me) languages like Lua and Haskell?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: acosta</title>
		<link>http://vdov.net/index.php/2007/12/simple-linux-ubuntu-linus-compiz/comment-page-1/#comment-39633</link>
		<dc:creator>acosta</dc:creator>
		<pubDate>Wed, 05 Dec 2007 15:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://vdov.net/index.php/2007/12/652#comment-39633</guid>
		<description>3 part comments ... awesome. interesting re: xmonad ... i will have to give that a look today.

&quot;Ubuntu’s update cycle is too fast to include it&quot; ... haha.

i&#039;m not exactly sure what their definition of tactile feedback is, but i&#039;m pretty sure mine doesn&#039;t include things without feedback.

you could easily float and unfloat windows at a keypress in ion3 as well ... what&#039;s different there? i suppose i&#039;ll find out ...</description>
		<content:encoded><![CDATA[<p>3 part comments &#8230; awesome. interesting re: xmonad &#8230; i will have to give that a look today.</p>
<p>&#8220;Ubuntu’s update cycle is too fast to include it&#8221; &#8230; haha.</p>
<p>i&#8217;m not exactly sure what their definition of tactile feedback is, but i&#8217;m pretty sure mine doesn&#8217;t include things without feedback.</p>
<p>you could easily float and unfloat windows at a keypress in ion3 as well &#8230; what&#8217;s different there? i suppose i&#8217;ll find out &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alec</title>
		<link>http://vdov.net/index.php/2007/12/simple-linux-ubuntu-linus-compiz/comment-page-1/#comment-39632</link>
		<dc:creator>Alec</dc:creator>
		<pubDate>Wed, 05 Dec 2007 04:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://vdov.net/index.php/2007/12/652#comment-39632</guid>
		<description>The other cool thing about xmonad I forgot to mention is that it realizes that not all applications play well with window management and makes them usable.  mplayer doesn&#039;t pop up in some oddly-sized window, and you can float and unfloat windows at a keypress.</description>
		<content:encoded><![CDATA[<p>The other cool thing about xmonad I forgot to mention is that it realizes that not all applications play well with window management and makes them usable.  mplayer doesn&#8217;t pop up in some oddly-sized window, and you can float and unfloat windows at a keypress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alec</title>
		<link>http://vdov.net/index.php/2007/12/simple-linux-ubuntu-linus-compiz/comment-page-1/#comment-39631</link>
		<dc:creator>Alec</dc:creator>
		<pubDate>Wed, 05 Dec 2007 04:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://vdov.net/index.php/2007/12/652#comment-39631</guid>
		<description>I was at FOSSCamp a few weeks ago - Canonical&#039;s attempt at an unconference - and some guys were showing off Compiz or one of the other 3D bling.  Their sales pitch was that it was actually useful in that it gave tactile feedback to moving windows around.  Apparently windows schooching across the screen is now considered usable; who&#039;d have thought?</description>
		<content:encoded><![CDATA[<p>I was at FOSSCamp a few weeks ago &#8211; Canonical&#8217;s attempt at an unconference &#8211; and some guys were showing off Compiz or one of the other 3D bling.  Their sales pitch was that it was actually useful in that it gave tactile feedback to moving windows around.  Apparently windows schooching across the screen is now considered usable; who&#8217;d have thought?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alec</title>
		<link>http://vdov.net/index.php/2007/12/simple-linux-ubuntu-linus-compiz/comment-page-1/#comment-39630</link>
		<dc:creator>Alec</dc:creator>
		<pubDate>Wed, 05 Dec 2007 04:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://vdov.net/index.php/2007/12/652#comment-39630</guid>
		<description>I switched from ion3 to xmonad early this year and haven&#039;t looked back - it&#039;s a great window manager that gets out of your way and lets you use your windows.

Unfortunately, Ubuntu&#039;s update cycle is too fast to include it, but it&#039;s in Debian, and a new version was recently released.</description>
		<content:encoded><![CDATA[<p>I switched from ion3 to xmonad early this year and haven&#8217;t looked back &#8211; it&#8217;s a great window manager that gets out of your way and lets you use your windows.</p>
<p>Unfortunately, Ubuntu&#8217;s update cycle is too fast to include it, but it&#8217;s in Debian, and a new version was recently released.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
