summaryrefslogtreecommitdiff
path: root/awesome/lain/layout/init.lua
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-04-25 02:24:15 +0000
committerache <ache@ache.one>2017-04-25 02:24:15 +0000
commit9a8809f5d7fb61db02f5fbd90edd927d61006455 (patch)
treea023e3f37460df5f25e6dc97f8f8465e81433874 /awesome/lain/layout/init.lua
parentChange theme colors (diff)
Big clean up of the config directory
Diffstat (limited to 'awesome/lain/layout/init.lua')
-rw-r--r--awesome/lain/layout/init.lua20
1 files changed, 0 insertions, 20 deletions
diff --git a/awesome/lain/layout/init.lua b/awesome/lain/layout/init.lua
deleted file mode 100644
index d79679a..0000000
--- a/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 })