
(or in winter I need some color...) Hello, I want to configure xmonad so that it leaves some amount of space between windows. Here is a mockup: http://yfrog.com/1glayoutiwantp The closest layout I could find is XMonad.Layout.Gaps, but it does not leave space between windows, it introduces a gap with regard to the screen. Any ideas about how to get this behaviour? Thanks in advance, Damian.

I think your looking for import XMonad.Layout.Spacing
http://www.xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-Spacing.html
Henrique G. Abreu
On Tue, Feb 2, 2010 at 09:04, Damian
(or in winter I need some color...)
Hello,
I want to configure xmonad so that it leaves some amount of space between windows. Here is a mockup: http://yfrog.com/1glayoutiwantp
The closest layout I could find is XMonad.Layout.Gaps, but it does not leave space between windows, it introduces a gap with regard to the screen.
Any ideas about how to get this behaviour?
Thanks in advance, Damian. _______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad

On Tue, Feb 2, 2010 at 12:47 PM, Henrique G. Abreu
I think your looking for import XMonad.Layout.Spacing http://www.xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-Spacing.html Perfect! I totally missed it from http://www.xmonad.org/xmonad-docs/xmonad-contrib/. Thanks a lot.
My desktop looks happier now.
participants (2)
-
Damian
-
Henrique G. Abreu