Open Opera at 1st tag.

This commit is contained in:
Kolan Sh 2015-02-14 22:27:32 +03:00
parent 665d28ff23
commit ed31192eda
1 changed files with 2 additions and 0 deletions

2
rc.lua
View File

@ -488,6 +488,8 @@ awful.rules.rules = {
callback = function(c) awful.client.movetotag(tags[mouse.screen][2], c) end },
{ rule = { class = "Firefox" },
callback = function(c) awful.client.movetotag(tags[mouse.screen][1], c) end },
{ rule = { class = "Opera" },
callback = function(c) awful.client.movetotag(tags[mouse.screen][1], c) end },
{ rule = { class = "Thunderbird" },
callback = function(c) awful.client.movetotag(tags[mouse.screen][5], c) end },
{ rule = { class = "Geary" },