raise client on switcher move
This commit is contained in:
parent
d2520ec3d9
commit
7f2c473629
|
@ -239,6 +239,8 @@ local function start(c)
|
|||
if shift then
|
||||
-- move the window
|
||||
c.machi_region = choice
|
||||
c:emit_signal("request::activate", "mouse.move", {raise=false})
|
||||
c:raise()
|
||||
api.layout.arrange(screen)
|
||||
move_traverse = true
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue