summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
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 },