removed tag 0; 9 are enough... :D

This commit is contained in:
Johannes Findeisen 2015-07-07 05:51:07 +02:00
commit 5a4edc5790

View file

@ -125,7 +125,7 @@ end
tags = {}
for s = 1, screen.count() do
-- Each screen has its own tag table.
tags[s] = awful.tag({ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }, s, layouts[1])
tags[s] = awful.tag({ 1, 2, 3, 4, 5, 6, 7, 8, 9 }, s, layouts[1])
end
-- }}}