Re: [Xmonad] xinerama and statusbar

14 Sep
2007
14 Sep
'07
2:50 p.m.
glasser:
On 9/14/07, Don Stewart
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
6460
Age (days ago)
6460
Last active (days ago)
0 comments
1 participants
participants (1)
-
Don Stewart