awful.screen.focus: Don't move mouse to (0, 0) first (FS#1173)
commita6466864f945d3a5526a89efcf31375e82969a20
authorUli Schlachter <psychon@znc.in>
Fri, 4 Oct 2013 09:27:35 +0000 (4 11:27 +0200)
committerUli Schlachter <psychon@znc.in>
Fri, 4 Oct 2013 09:27:35 +0000 (4 11:27 +0200)
treecbde0562a67a8b64bffd4236b20be0ba37226ce3
parent436862983604aee6840ba5034db5ad150dbd42f1
awful.screen.focus: Don't move mouse to (0, 0) first (FS#1173)

Setting mouse.screen moves the pointer to the top left corner of that screen.
However, the very next line would then move the pointer elsewhere again. Thus,
the first one wasn't needed at all.

Signed-off-by: Uli Schlachter <psychon@znc.in>
lib/awful/screen.lua.in