From 69d06f7e3a967f7962016fa56920b9b92ae67ef6 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 28 Aug 2017 10:55:56 +0200 Subject: [PATCH] default config: improve floating windows (#2023) * default config: floating windows: fix pinentry-gtk-2 We have class "pinentry" there already, but it seems to have changed to "Pinentry"?! This uses "instance" instead, which hopefully works in the old case also. pinentry 1.0.0-1, gnupg 2.1.23-1 Also adds Blueman-manager and ConfigManager. --- awesomerc.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/awesomerc.lua b/awesomerc.lua index 5f310867..d08dc189 100644 --- a/awesomerc.lua +++ b/awesomerc.lua @@ -482,15 +482,16 @@ awful.rules.rules = { instance = { "DTA", -- Firefox addon DownThemAll. "copyq", -- Includes session name in class. + "pinentry", }, class = { "Arandr", + "Blueman-manager", "Gpick", "Kruler", "MessageWin", -- kalarm. "Sxiv", "Wpa_gui", - "pinentry", "veromix", "xtightvncviewer"}, @@ -499,6 +500,7 @@ awful.rules.rules = { }, role = { "AlarmWindow", -- Thunderbird's calendar. + "ConfigManager", -- Thunderbird's about:config. "pop-up", -- e.g. Google Chrome's (detached) Developer Tools. } }, properties = { floating = true }},