[xmonad] sendMessage Expand

Brandon Allbery allbery.b at gmail.com
Sat May 3 16:41:22 UTC 2014


On Sat, May 3, 2014 at 11:35 AM, Ivan Ivanov <likan26.09 at yandex.ru> wrote:

> Hello everybody. I'm newby in xmonad. I use this config (
> http://pastebin.com/Dq1M4pWd) I trying to underestand Expand mechanism
> (masterkey + h in this config ), because it doesn't work on this (
> http://itmages.ru/image/view/1646784/12abfc9d) layout. How can I expand
> size of the left window? Sorry for my English ;-)
>

You want the Expand message to be handled by LayoutBuilder's LayoutN; but
that layout passes it to the currently focused sub-layout (which, showing
only a single window at a time, ignores it). I think you'd need a custom
variant of LayoutBuilder to get it to support Expand / Shrink messages.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/xmonad/attachments/20140503/a132c96d/attachment.html>


More information about the xmonad mailing list