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:
parent
ee0e9badfa
commit
dcdd60382f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue