Xinqi Bao's Git
projects
/
dmenu.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from:
da0b9eb
)
fix: multimon: always spawn client on first monitor if specified with -m 0
author
Hiltjo Posthuma <
[email protected]
>
Sat, 7 Nov 2015 11:43:00 +0000
(12:43 +0100)
committer
Hiltjo Posthuma <
[email protected]
>
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