dconf-editor: tag=5
This commit is contained in:
parent
434dc96e86
commit
1d1c349cfc
2
rc.lua
2
rc.lua
|
@ -697,6 +697,8 @@ awful.rules.rules = {
|
||||||
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 = { name = "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" },
|
||||||
|
callback = function(c) awful.client.movetotag(tags[mouse.screen][5], c) end },
|
||||||
}
|
}
|
||||||
|
|
||||||
----< Signals >------------------------------------------------------
|
----< Signals >------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue