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:
parent
4be3ae0120
commit
11487b84f0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue