Tags updated: names replaced with classes.
This commit is contained in:
parent
1d1c349cfc
commit
264016cb31
8
rc.lua
8
rc.lua
|
@ -691,13 +691,13 @@ awful.rules.rules = {
|
||||||
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 = { name = "Frozen-.*Bubble" },
|
{ rule = { name = "Frozen-.*Bubble" },
|
||||||
callback = function(c) awful.client.movetotag(tags[mouse.screen][6], c) end },
|
callback = function(c) awful.client.movetotag(tags[mouse.screen][6], c) end },
|
||||||
{ rule = { name = "d-feet" },
|
{ rule = { class = "d-feet" },
|
||||||
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 = { name = "Cinelerra" },
|
{ rule = { class = "Cinelerra" },
|
||||||
callback = function(c) awful.client.movetotag(tags[mouse.screen][6], c) end },
|
callback = function(c) awful.client.movetotag(tags[mouse.screen][6], c) end },
|
||||||
{ rule = { name = "Kdenlive" },
|
{ rule = { class = "Kdenlive" },
|
||||||
callback = function(c) awful.client.movetotag(tags[mouse.screen][6], c) end },
|
callback = function(c) awful.client.movetotag(tags[mouse.screen][6], c) end },
|
||||||
{ rule = { name = "dconf-editor" },
|
{ rule = { class = "Dconf-editor" },
|
||||||
callback = function(c) awful.client.movetotag(tags[mouse.screen][5], c) end },
|
callback = function(c) awful.client.movetotag(tags[mouse.screen][5], c) end },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue