revolution: update tag creation accordingly to the new tag API
This commit is contained in:
parent
7e6e50b1c5
commit
2a882803ec
|
@ -107,7 +107,7 @@ function revelation(class, fn, s)
|
|||
return
|
||||
end
|
||||
|
||||
local tag = capi.tag({ name = "Revelation" })
|
||||
local tag = capi.tag("Revelation")
|
||||
tag.screen = screen
|
||||
|
||||
layout_fn(tag, #clients)
|
||||
|
|
Loading…
Reference in New Issue