X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/c8cebdd08c7d3a98ff0961b55483cb8ea065f9b6..66d9f3db4596e43efa55488569e06365a2125750:/.config/awesome/lain/layout/termfair.lua diff --git a/.config/awesome/lain/layout/termfair.lua b/.config/awesome/lain/layout/termfair.lua index 33b7ffc..e33894e 100644 --- a/.config/awesome/lain/layout/termfair.lua +++ b/.config/awesome/lain/layout/termfair.lua @@ -1,17 +1,14 @@ - --[[ - - Licensed under GNU General Public License v2 - * (c) 2014, projektile - * (c) 2013, Luke Bonham - * (c) 2010, Nicolas Estibals - * (c) 2010-2012, Peter Hofmann - + + Licensed under GNU General Public License v2 + * (c) 2014, projektile + * (c) 2013, Luca CPZ + * (c) 2010, Nicolas Estibals + * (c) 2010-2012, Peter Hofmann + --]] -local math = { ceil = math.ceil, - floor = math.floor, - max = math.max } +local math = math local screen = screen local tonumber = tonumber