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 tonumber = tonumber
|
||||
local tag = require("awful.tag")
|
||||
local tonumber = tonumber
|
||||
|
||||
local cascade = {
|
||||
name = "cascade",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue