1
0
Fork 0

oops, a small fix

This commit is contained in:
Von Random 2016-08-11 13:37:06 +03:00
parent b76174a2ac
commit de23fcf41f

4
rc.lua
View file

@ -155,13 +155,13 @@ end
-- [9] = 'example2' -- [9] = 'example2'
--} --}
tags[1].layout = { tags[1].layout = {
[1] = layouts.max[1] [1] = layouts.max[1],
[4] = layouts.float[1] [4] = layouts.float[1]
} }
-- screens 2+ -- screens 2+
if screen.count() >= 2 then if screen.count() >= 2 then
tags[2].layout = { tags[2].layout = {
[1] = layouts.max[1] [1] = layouts.max[1],
[4] = layouts.float[1] [4] = layouts.float[1]
} }
end end