Hi, apparently, wimenu displays the menu on that XRandR output which includes the mouse pointer -- independently from which column on which output is focussed. I'd expect it rather to be displayed on top of the wmii bar, which (due to Andrew's helpful hint) resides on the primary output.
Is this placement a bug or a feature? Andreas On Tue, 19 Apr 2011 23:01:46 +0200 Andreas Nolda <nolda.andr...@googlemail.com> wrote: > On Tue, 19 Apr 2011 15:59:13 -0400 > Andrew Hills <hills...@gmail.com> wrote: > > > 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.) > > Thanks, that did the trick.