dotfiles

custom linux config files managed with gnu stow

dotfiles

.config/awesome/lain/init.lua



--[[
                                                   
     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

Download

raw zip tar