Raise client in awful.client.movetoscreen

The intention of [#98] / fbc72624 was to actually raise the client,
but that was never the case apparently, and got totally lost in
[#441] / 57755b3.

[#98]: https://github.com/awesomeWM/awesome/pull/98
[#441]: https://github.com/awesomeWM/awesome/pull/441
This commit is contained in:
Daniel Hahler 2015-10-08 00:12:00 +02:00
parent ee0e9badfa
commit dcdd60382f
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ function client.movetoscreen(c, s)
if sel_is_focused then
sel:emit_signal("request::activate", "client.movetoscreen",
{raise=false})
{raise=true})
end
end
end