[Xmonad] xinerama and statusbar

Don Stewart dons at galois.com
Fri Sep 14 14:50:33 EDT 2007


glasser:
> On 9/14/07, Don Stewart <dons at galois.com> wrote:
> > the status bar gap field is a list of geometries for each physical
> > screen. to have a gap on the second screen, you'd use something like:
> >
> >       = [(15,0,0,0), (15,0,0,0)]
> >
> > we might default to running the same gap on all screens -- perhaps that
> > is what most people expect?
> 
> Won't
> 
>    = repeat (15, 0, 0, 0)
> 

Right, with a small change to Main.hs. 

The OpenBSD ports tree version of xmonad has this change in fact, so I'm
pondering it.

-- Don


More information about the Xmonad mailing list