Thunderbird menu item and tag.

This commit is contained in:
Kolan Sh 2013-02-22 23:59:30 +04:00
parent fba923c5a0
commit c5b76b14d5
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,8 @@ awful.rules.rules = {
properties = { tag = tags[1][1] } },
{ rule = { class = "Firefox" },
properties = { tag = tags[1][2] } },
{ rule = { class = "Thunderbird" },
properties = { tag = tags[1][2] } },
{ rule = { class = "VirtualBox" },
properties = { tag = tags[1][3] } },
{ rule = { class = "Remmina" },

1
rc.lua
View File

@ -93,6 +93,7 @@ mywebmenu = {
{ "Psi", "psi" },
{ "Remmina", "remmina" },
{ "Spicy", "spicy" },
{ "Thunderbird", "thunderbird-bin" },
}
mydrawmenu = {