On Tue, Apr 19, 2011 at 3:48 PM, Andreas Nolda <nolda.andr...@googlemail.com> wrote: > in my XRandR setup, a laptop panel and an external monitor sit > side-by-side: > > xrandr --output LVDS1 --auto --output HDMI1 --auto --right-of LVDS1 > > What bothers me is that the bar in wmii-hg appears on the external > monitor, not on the laptop display. I'd rather have it the other way > round (or, perhaps, duplicate bars on both displays). Is there a way to > achieve this?
Try adding the "--primary" flag after "--output LVDS1". (I'm having similar symptoms to a different problem, and this solution was suggested to me.) --Andrew Hills