From 6edace866f18f67d00339a852891c8292d14b4cc Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Mon, 7 Dec 2009 02:44:03 +0100 Subject: rc.lua: match and float all PIN entry windows --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.lua') diff --git a/rc.lua b/rc.lua index b9ee257..2eb8aba 100644 --- a/rc.lua +++ b/rc.lua @@ -522,7 +522,7 @@ awful.rules.rules = { properties = { floating = true } }, { rule = { class = "Geeqie" }, properties = { floating = true } }, - { rule = { class = "Pinentry-gtk-2" }, + { rule = { class = "Pinentry.*" }, properties = { floating = true } }, { rule = { instance = "firefox-bin" }, properties = { floating = true }, -- cgit v1.2.3