Awesome configs for Ben.

This commit is contained in:
Derek Taylor
2023-04-05 14:32:50 -05:00
parent 1966d656c1
commit 6252ad30c1
608 changed files with 9300 additions and 3600 deletions

6
.config/awesome/lain/layout/termfair.lua Executable file → Normal file
View File

@@ -2,13 +2,15 @@
Licensed under GNU General Public License v2
* (c) 2014, projektile
* (c) 2013, Luca CPZ
* (c) 2013, Luke Bonham
* (c) 2010, Nicolas Estibals
* (c) 2010-2012, Peter Hofmann
--]]
local math = math
local math = { ceil = math.ceil,
floor = math.floor,
max = math.max }
local screen = screen
local tonumber = tonumber