2009/7/10 Rick Moynihan <span dir="ltr"></span><br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Just drop the config below into.xmonad/xmonad.hs and get xmonad to<br>

compile it with MOD-q...<br>
<br>
You may also need to check what mod3 is bound to via xmodmap and xev,<br>
for me I needed to have the line:<br>
<br>
add mod3 = Super_L<br>
<br>
in my ~/.Xmodmap file.... Anyway the xmonad conf is:<br>
<br>
import XMonad<br>
import System.Exit<br>
<br>
main = do<br>
  xmonad $ defaultConfig {<br>
               borderWidth        = 4<br>
             , terminal           = &quot;rxvt-unicode&quot;<br>
             , normalBorderColor  = &quot;#A67341&quot;<br>
             , focusedBorderColor = &quot;#F2775E&quot;<br>
             -- windows key<br>
             ,  modMask       = mod3Mask<br>
             , numlockMask    = mod2Mask<br>
             }<br>
<font color="#888888"><br>
-- R.<br>
</font><div><br></div></blockquote></div>Cheers for the config, Rick. I&#39;ve been mucking about with trying to get dzen to work but keep killing xmonad! When I get a run of time I&#39;ll have another go.<br><br>Iain<br>