summaryrefslogtreecommitdiff
path: root/lain/layout/init.lua
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-09-21 15:51:23 +0200
committerache <ache@ache.one>2021-09-21 15:51:23 +0200
commit187940e002302dfcaa83b01fc0b63a84a74f6792 (patch)
tree77090131e079ecb7e0b5c28926f1d4bcb31689a1 /lain/layout/init.lua
parentUse loginctl to lock screen (diff)
Lain should not be here
Diffstat (limited to 'lain/layout/init.lua')
-rw-r--r--lain/layout/init.lua20
1 files changed, 0 insertions, 20 deletions
diff --git a/lain/layout/init.lua b/lain/layout/init.lua
deleted file mode 100644
index d79679a..0000000
--- a/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 })