added mumble and bitdefender; fixes

This commit is contained in:
Johannes Findeisen 2017-04-12 00:04:38 +02:00
commit 477814d80e
2 changed files with 3 additions and 1 deletions

View file

@ -79,7 +79,7 @@ end
tags = {}
for s = 1, screen.count() do
tags[s] = awful.tag({ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 'A', 'B', 'C', 'D' }, s, layouts[1])
tags[s] = awful.tag({ 1, 2, 3, 4, 5, 6, 7, 8, 9 }, s, layouts[1])
end
-- Include the mainmenu from external file to make customisation easier