rules: pidgin dialog boxes can be on any screen

This commit is contained in:
Vincent Bernat 2012-07-24 18:20:29 +02:00
parent ad9f9852b3
commit 57a6917b5b

View file

@ -24,6 +24,7 @@ awful.rules.rules = {
properties = { floating = true }}, -- Flash with Chromium properties = { floating = true }}, -- Flash with Chromium
-- Pidgin -- Pidgin
{ rule = { class = "Pidgin" }, { rule = { class = "Pidgin" },
except = { type = "dialog" },
properties = { tag = config.tags.im }}, properties = { tag = config.tags.im }},
{ rule = { class = "Pidgin" }, { rule = { class = "Pidgin" },
except = { role = "buddy_list" }, -- buddy_list is the master except = { role = "buddy_list" }, -- buddy_list is the master