mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
Update rc - proper layouts
This bugged me enough that I spent two hours looking for this. Was hoping this would help prevent future problems.
This commit is contained in:
parent
307abd052f
commit
76b3fe1cba
|
@ -85,7 +85,7 @@ local layouts = {
|
|||
-- {{{ Tags
|
||||
tags = {
|
||||
names = { "1", "2", "3", "4", "5"},
|
||||
layout = { layouts[1], layouts[2], layouts[3], layouts[1], layouts[4] }
|
||||
layout = { layouts[1], layouts[1], layouts[1], layouts[1], layouts[1] }
|
||||
}
|
||||
|
||||
for s = 1, screen.count() do
|
||||
|
|
Loading…
Reference in a new issue