dconf-editor: tag=5

This commit is contained in:
Kolan Sh 2015-09-28 17:34:16 +03:00
parent 434dc96e86
commit 1d1c349cfc
1 changed files with 2 additions and 0 deletions

2
rc.lua
View File

@ -697,6 +697,8 @@ awful.rules.rules = {
callback = function(c) awful.client.movetotag(tags[mouse.screen][6], c) end },
{ rule = { name = "Kdenlive" },
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 >------------------------------------------------------