mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
Awesome configs for Ben.
This commit is contained in:
6
.config/awesome/lain/layout/termfair.lua
Executable file → Normal file
6
.config/awesome/lain/layout/termfair.lua
Executable file → Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user