layout: fixed spaces

This commit is contained in:
copycat-killer 2017-01-18 22:57:26 +01:00
parent 75b19142c1
commit 7e4175f7aa
3 changed files with 10 additions and 10 deletions

View File

@ -8,8 +8,8 @@
--]]
local tag = require("awful.tag")
local tonumber = tonumber
local tag = require("awful.tag")
local tonumber = tonumber
local cascade = {
name = "cascade",

View File

@ -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",

View File

@ -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" }