[xmonad] Removing border around gkrellm

Daniel Schoepe asgaroth_ at gmx.de
Mon Mar 9 13:32:32 EDT 2009


Michał Trybus wrote:
> Hi,
> is there a way to remove the border around a particular window?
> In particular, is there a way to use
> XMonad.Actions.NoBorders.toggleBorder inside a managehook?
> I'm bad at haskell and xmonad internals and have no idea how to wrap
> toggleBorder to use inside of:
> composeAll[
>   resource =? "gkrellm" --> ...
> ]

This should work:
.. --> (ask >>= \w -> liftX (toggleBorder w) >> doF id)



More information about the xmonad mailing list