On Mon, Oct 8, 2012 at 8:08 AM, Станислав Селецкий <s.selets...@gmail.com> wrote: [...] > > I think it will be useful, if dmenu have an option to explicitly > specify that i want launch dmenu on the screen, that contains mouse > cursor. > > Trivial patch in the attachment. > > If there is more graceful way to achieve this behavior, please let me know. >
Funny, as dwm follows the mouse strictly itself, this actually duplicates dwm's behavior inside dmenu. I had to write a patch [1] to make dmenu follow the active screen instead of the mouse earlier. cheers! mar77i