From: Hiltjo Posthuma Date: Sat, 7 Nov 2015 11:43:00 +0000 (+0100) Subject: fix: multimon: always spawn client on first monitor if specified with -m 0 X-Git-Url: https://git.xinqibao.xyz/dmenu.git/commitdiff_plain/da0b9eb6c98288e7f9455352a78ba30d4b8b17f5?ds=inline;hp=da0b9eb6c98288e7f9455352a78ba30d4b8b17f5 fix: multimon: always spawn client on first monitor if specified with -m 0 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). ---