X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/75b19142c160825b0f5ce25feea7eea9970844c6..ddbf283f0ebbc6772d485fe76c5dccf338d3b837:/layout/termfair.lua diff --git a/layout/termfair.lua b/layout/termfair.lua index 829f0bd..6d24460 100644 --- a/layout/termfair.lua +++ b/layout/termfair.lua @@ -9,11 +9,11 @@ --]] -local tag = require("awful.tag") -local math = { ceil = math.ceil, - floor = math.floor, - max = math.max } -local tonumber = tonumber +local tag = require("awful.tag") +local math = { ceil = math.ceil, + floor = math.floor, + max = math.max } +local tonumber = tonumber local termfair = { name = "termfair" } termfair.center = { name = "centerfair" }