Add missing hints argument in `awful.movetoscreen`
Closes https://github.com/awesomeWM/awesome/pull/441.
This commit is contained in:
parent
6d8347df90
commit
57755b3db2
|
@ -548,7 +548,8 @@ function client.movetoscreen(c, s)
|
||||||
screen.focus(s)
|
screen.focus(s)
|
||||||
|
|
||||||
if sel_is_focused then
|
if sel_is_focused then
|
||||||
sel:emit_signal("request::activate", "client.movetoscreen")
|
sel:emit_signal("request::activate", "client.movetoscreen",
|
||||||
|
{raise=false})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue