awesome-slot/slots/tag.lua

10 lines
183 B
Lua
Raw Normal View History

2021-05-24 11:40:33 +02:00
local tag_slots = {}
function tag_slots.default_layouts (params)
local alayout = require 'awful.layout'
alayout.append_default_layouts(params.layouts)
end
return tag_slots