Fix this master fill policy stuff
awful.layout.suit.corner does awful.tag.getmfpol(t), but doesn't actually have a variable t in scope. I just copied the needed stuff from the tile layout. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
b4148f5dfa
commit
798be638d9
|
@ -19,6 +19,7 @@ local tag = require("awful.tag")
|
|||
-- @param orientation String indicating in which corner is the master window.
|
||||
-- Available values are : NE, NW, SW, SE
|
||||
local function do_corner(p, orientation)
|
||||
local t = p.tag or tag.selected(p.screen)
|
||||
local wa = p.workarea
|
||||
local cls = p.clients
|
||||
|
||||
|
|
Loading…
Reference in New Issue