summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-12-07 02:44:03 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-12-07 02:44:03 +0100
commit6edace866f18f67d00339a852891c8292d14b4cc (patch)
treec4d0b92fb6709c5dd3f1b82ad616c236ffb1a025 /rc.lua
parentc6c9eea7549da8d1664fb894a5ad2a9df13e29d2 (diff)
downloadawesome-configs-6edace866f18f67d00339a852891c8292d14b4cc.tar.xz
rc.lua: match and float all PIN entry windows
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua2
1 files changed, 1 insertions, 1 deletions
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 },