summaryrefslogtreecommitdiff
path: root/lain/layout/init.lua
blob: d79679a5f17620b736284afb077d10d38bc57ad7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

--[[
                                                   
     Lain                                          
     Layouts, widgets and utilities for Awesome WM 
                                                   
     Layouts section                               
                                                   
     Licensed under GNU General Public License v2  
      * (c) 2013,      Luke Bonham                 
      * (c) 2010-2012, Peter Hofmann               
                                                   
--]]

local wrequire     = require("lain.helpers").wrequire
local setmetatable = setmetatable

local layout       = { _NAME = "lain.layout" }

return setmetatable(layout, { __index = wrequire })