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

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

package.loaded.lain = nil

local lain =
{
    layout  = require("lain.layout"),
    util    = require("lain.util"),
    widgets = require("lain.widgets")
}

return lain