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.
This commit is contained in:
parent
9e4446060e
commit
69d06f7e3a
|
@ -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 }},
|
||||
|
|
Loading…
Reference in New Issue