From 57a6917b5b2b408a43d9b3e8a846cb812136bacb Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 24 Jul 2012 18:20:29 +0200 Subject: [PATCH] rules: pidgin dialog boxes can be on any screen --- rc/rules.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/rules.lua b/rc/rules.lua index b757bb8..be6768e 100644 --- a/rc/rules.lua +++ b/rc/rules.lua @@ -24,6 +24,7 @@ awful.rules.rules = { properties = { floating = true }}, -- Flash with Chromium -- Pidgin { rule = { class = "Pidgin" }, + except = { type = "dialog" }, properties = { tag = config.tags.im }}, { rule = { class = "Pidgin" }, except = { role = "buddy_list" }, -- buddy_list is the master