Merge branch 'master' of https://github.com/mrschyte/awesome
This commit is contained in:
commit
3f958d60da
|
@ -226,7 +226,7 @@ function client.swap.global_bydirection(dir, sel)
|
||||||
c:swap(sel)
|
c:swap(sel)
|
||||||
|
|
||||||
-- swapping to an empty screen
|
-- swapping to an empty screen
|
||||||
elseif get_screen(sel.screen) ~= get_screen(c.screen) and sel == c then
|
elseif sel == c then
|
||||||
sel:move_to_screen(screen.focused())
|
sel:move_to_screen(screen.focused())
|
||||||
|
|
||||||
-- swapping to a nonempty screen
|
-- swapping to a nonempty screen
|
||||||
|
|
Loading…
Reference in New Issue