<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Yes, removing the avoidStruts makes xmonad to use the whole screen
space. And yes, it seems that trayer was the one causing trouble. I
was launching trayer with:<br>
<blockquote> trayer --edge top --align right --SetDockType true
--SetPartialStrut true --expand true --width 15 --height 12
--transparent true --tint 0x000000<br>
<br>
</blockquote>
If you remove the SetPartialStrut it seems working now. This line is
something I copied from somewhere else and I'm not really sure about
the meaning of putting that parameter.<br>
<br>
Thanks a lot.<br>
<br>
El 29/11/11 09:39, <a class="moz-txt-link-abbreviated" href="mailto:wagnerdm@seas.upenn.edu">wagnerdm@seas.upenn.edu</a> escribió:
<blockquote
cite="mid:20111129033940.18077k388drj3u4s@webmail.seas.upenn.edu"
type="cite">Quoting Toni Cebrián <a class="moz-txt-link-rfc2396E" href="mailto:ancechu@gmail.com"><ancechu@gmail.com></a>:
<br>
<br>
<blockquote type="cite">When I do the xprop in that strip, I get:
<br>
<snip>
<br>
Perhaps de nautilus --no-desktop is not working as expected?
<br>
</blockquote>
<br>
Well, the output you posted didn't set any struts at all. While I
can't be 100% sure, it seems whatever window you happened to click
on was not the culprit causing the blank space along the
right-hand side. Try clicking a few other windows; you're looking
for a property labeled "_NET_WM_STRUT_PARTIAL(CARDINAL)".
<br>
<br>
To double-check that it is indeed a rogue strut, you can take
"avoidStruts" out of your xmonad.hs temporarily; if the space goes
away after a reload (and possibly a layout ping, by default bound
to mod+shift+space), then some window is setting a bad strut. This
would make me 100% sure that the nautilus window you clicked is
not the culprit.
<br>
<br>
~d
<br>
<br>
_______________________________________________
<br>
xmonad mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:xmonad@haskell.org">xmonad@haskell.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://www.haskell.org/mailman/listinfo/xmonad">http://www.haskell.org/mailman/listinfo/xmonad</a>
<br>
</blockquote>
<br>
</body>
</html>