From 177ebbd9a1f36d0ca9e7aaed5bd1a9cdc2fbb7e2 Mon Sep 17 00:00:00 2001 From: crater2150 Date: Thu, 21 Jan 2010 17:12:04 +0100 Subject: [PATCH] passprompt rule --- rc.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rc.lua b/rc.lua index 022e898..6090171 100644 --- a/rc.lua +++ b/rc.lua @@ -349,6 +349,10 @@ awful.rules.rules = { { rule = { class = "MPlayer" }, properties = { floating = true, size_hints_honor = true } }, + { rule = { class = "Passprompt" }, + properties = { floating = true, + ontop = true, + focus = true } }, { rule = { class = "DockApp" }, properties = { floating = true, size_hints_honor = true } },