awful.layout.suit.tile: use the right screen tag
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
6a10f5989e
commit
7df3a36f3b
|
@ -20,7 +20,7 @@ module("awful.layout.suit.tile")
|
||||||
|
|
||||||
local function tile(_, screen, position)
|
local function tile(_, screen, position)
|
||||||
if not position then position = "right" end
|
if not position then position = "right" end
|
||||||
local t = tag.selected()
|
local t = tag.selected(screen)
|
||||||
local nmaster = tag.getnmaster(t)
|
local nmaster = tag.getnmaster(t)
|
||||||
local mwfact = tag.getmwfact(t)
|
local mwfact = tag.getmwfact(t)
|
||||||
local ncol = tag.getncol(t)
|
local ncol = tag.getncol(t)
|
||||||
|
|
Loading…
Reference in New Issue