fix: multimon: always spawn client on first monitor if specified with -m 0
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sat, 7 Nov 2015 11:43:00 +0000 (12:43 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sat, 7 Nov 2015 11:43:00 +0000 (12:43 +0100)
This was always broken.

Reproduce:
focus client on second monitor, spawn dmenu with -m 0.

Result:
Old wrong behaviour: dmenu spawns on second monitor (focused client).
Now: dmenu spawns on specified monitor (first).


No differences found