From: copycat-killer Date: Wed, 18 Jan 2017 21:57:26 +0000 (+0100) Subject: layout: fixed spaces X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/7e4175f7aaef5c690afca3bc987107e2193a58df?hp=75b19142c160825b0f5ce25feea7eea9970844c6 layout: fixed spaces --- diff --git a/layout/cascade.lua b/layout/cascade.lua index 9f159a5..cc3f50f 100644 --- a/layout/cascade.lua +++ b/layout/cascade.lua @@ -8,8 +8,8 @@ --]] -local tag = require("awful.tag") -local tonumber = tonumber +local tag = require("awful.tag") +local tonumber = tonumber local cascade = { name = "cascade", diff --git a/layout/centerwork.lua b/layout/centerwork.lua index 8bcbf60..a79314e 100644 --- a/layout/centerwork.lua +++ b/layout/centerwork.lua @@ -10,9 +10,9 @@ --]] -local tag = require("awful.tag") -local tonumber = tonumber -local math = { floor = math.floor } +local tag = require("awful.tag") +local tonumber = tonumber +local math = { floor = math.floor } local centerwork = { name = "centerwork", 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" }