Merge branch 'client-movetoscreen-raise-true' of https://github.com/blueyed/awesome

This commit is contained in:
Uli Schlachter 2015-10-10 19:50:18 +02:00
commit e15df8cba9
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