Open Opera at 1st tag.
This commit is contained in:
parent
665d28ff23
commit
ed31192eda
2
rc.lua
2
rc.lua
|
@ -488,6 +488,8 @@ awful.rules.rules = {
|
||||||
callback = function(c) awful.client.movetotag(tags[mouse.screen][2], c) end },
|
callback = function(c) awful.client.movetotag(tags[mouse.screen][2], c) end },
|
||||||
{ rule = { class = "Firefox" },
|
{ rule = { class = "Firefox" },
|
||||||
callback = function(c) awful.client.movetotag(tags[mouse.screen][1], c) end },
|
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" },
|
{ rule = { class = "Thunderbird" },
|
||||||
callback = function(c) awful.client.movetotag(tags[mouse.screen][5], c) end },
|
callback = function(c) awful.client.movetotag(tags[mouse.screen][5], c) end },
|
||||||
{ rule = { class = "Geary" },
|
{ rule = { class = "Geary" },
|
||||||
|
|
Loading…
Reference in New Issue