oops, a small fix
This commit is contained in:
parent
b76174a2ac
commit
de23fcf41f
1 changed files with 2 additions and 2 deletions
4
rc.lua
4
rc.lua
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue