feat: put thunderbird Editors / fill-roller in floating mode

This commit is contained in:
Klesh Wong 2022-05-19 00:19:00 +08:00
parent 99528721bf
commit 1ac2c71659

View File

@ -726,6 +726,7 @@ awful.rules.rules = {
"DTA", -- Firefox addon DownThemAll.
"copyq", -- Includes session name in class.
"pinentry",
"file-roller",
},
class = {
"Arandr",
@ -748,8 +749,10 @@ awful.rules.rules = {
"AlarmWindow", -- Thunderbird's calendar.
"ConfigManager", -- Thunderbird's about:config.
"pop-up", -- e.g. Google Chrome's (detached) Developer Tools.
"EventDialog",
"Msgcompose",
}
}, properties = { floating = true }},
}, properties = { floating = true, placement = awful.placement.centered }},
-- Add titlebars to normal clients and dialogs
{ rule_any = {type = { "normal", "dialog" }