On Sat, Feb 4, 2012 at 14:35, Norbert Zeh
<nzeh@cs.dal.ca> wrote:
Brandon Allbery [2012.02.04 1425 -0500]:
> XMonad.Layout.MultiToggle
> One of the standard modifier toggles turns server-side borders on/off
> dynamically; you should be able to use the provided examples to work out how to
> toggle a Decorations-based modifier.
Cried hurray too quickly. MultiToggle seems to operate on entire layouts. If I
have, say, 4 windows on a decorated layout, what I'd like to do is leave 3 of
them decorated, while removing the decoration from only one of the windows. By
Ah. That'd be harder, yes, although think it's doable; take a look at XMonad.Layout.Decoration.
"decoration", I don't mean borders. I mean the title bar added by
Right. Most (all?) of those are based on XMonad.Layout.Decoration.
--