movetoscreen:Dont refocus the selected client

Signed-off-by: Perry Hargrave <resixian@gmail.com>
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Perry Hargrave 2011-07-07 09:49:59 -07:00 committed by Uli Schlachter
parent 4be3ae0120
commit 11487b84f0
1 changed files with 0 additions and 1 deletions

View File

@ -478,7 +478,6 @@ function movetoscreen(c, s)
if s > sc then s = 1 elseif s < 1 then s = sc end
sel.screen = s
capi.mouse.coords(capi.screen[s].geometry)
capi.client.focus = sel
end
end