mirror of https://github.com/lcpz/lain.git
layout: fixed spaces
This commit is contained in:
parent
75b19142c1
commit
7e4175f7aa
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
local tag = require("awful.tag")
|
local tag = require("awful.tag")
|
||||||
local tonumber = tonumber
|
local tonumber = tonumber
|
||||||
|
|
||||||
local cascade = {
|
local cascade = {
|
||||||
name = "cascade",
|
name = "cascade",
|
||||||
|
|
|
@ -10,9 +10,9 @@
|
||||||
|
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
local tag = require("awful.tag")
|
local tag = require("awful.tag")
|
||||||
local tonumber = tonumber
|
local tonumber = tonumber
|
||||||
local math = { floor = math.floor }
|
local math = { floor = math.floor }
|
||||||
|
|
||||||
local centerwork = {
|
local centerwork = {
|
||||||
name = "centerwork",
|
name = "centerwork",
|
||||||
|
|
|
@ -9,11 +9,11 @@
|
||||||
|
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
local tag = require("awful.tag")
|
local tag = require("awful.tag")
|
||||||
local math = { ceil = math.ceil,
|
local math = { ceil = math.ceil,
|
||||||
floor = math.floor,
|
floor = math.floor,
|
||||||
max = math.max }
|
max = math.max }
|
||||||
local tonumber = tonumber
|
local tonumber = tonumber
|
||||||
|
|
||||||
local termfair = { name = "termfair" }
|
local termfair = { name = "termfair" }
|
||||||
termfair.center = { name = "centerfair" }
|
termfair.center = { name = "centerfair" }
|
||||||
|
|
Loading…
Reference in New Issue