awful.layout.suit.tile: use the right screen tag

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-01-19 14:34:38 +01:00
parent 6a10f5989e
commit 7df3a36f3b
1 changed files with 1 additions and 1 deletions

View File

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