
9 Mar
2009
9 Mar
'09
5:32 p.m.
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)