raise client on switcher move

This commit is contained in:
Xinhao Yuan 2019-07-15 22:00:33 -04:00
parent d2520ec3d9
commit 7f2c473629
1 changed files with 2 additions and 0 deletions

View File

@ -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