D-feet tag.
This commit is contained in:
parent
57e63c8017
commit
d420f3b74b
2
rc.lua
2
rc.lua
|
@ -684,6 +684,8 @@ awful.rules.rules = {
|
|||
callback = function(c) awful.client.movetotag(tags[mouse.screen][1], c) end },
|
||||
{ rule = { name = "Frozen-.*Bubble" },
|
||||
callback = function(c) awful.client.movetotag(tags[mouse.screen][6], c) end },
|
||||
{ rule = { name = "d-feet" },
|
||||
callback = function(c) awful.client.movetotag(tags[mouse.screen][5], c) end },
|
||||
}
|
||||
|
||||
----< Signals >------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue