From 56560fd597f94dfe6fe5fa79648398ab29d05775 Mon Sep 17 00:00:00 2001 From: xero Date: Mon, 14 Jul 2014 13:23:05 -0400 Subject: updated repo to manage dotfiles via gnu stow, the symlink farm manager. happy birthday commit! :birthday: :sparkles: --- .config/awesome/lain/layout/init.lua | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .config/awesome/lain/layout/init.lua (limited to '.config/awesome/lain/layout/init.lua') diff --git a/.config/awesome/lain/layout/init.lua b/.config/awesome/lain/layout/init.lua deleted file mode 100644 index d79679a..0000000 --- a/.config/awesome/lain/layout/init.lua +++ /dev/null @@ -1,20 +0,0 @@ - ---[[ - - 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 }) -- cgit v1.2.1