Slightly improve window open mode (floating/tiled)

This commit is contained in:
Alice Gaudon 2020-01-29 23:43:03 +01:00
parent d88d0188e7
commit 3edb60eeb0
1 changed files with 5 additions and 1 deletions

View File

@ -616,7 +616,11 @@ awful.rules.rules = {
role = {
"AlarmWindow", -- Thunderbird's calendar.
"ConfigManager", -- Thunderbird's about:config.
"pop-up", -- e.g. Google Chrome's (detached) Developer Tools.
"pop-up",
},
type = {
"dialog",
"floating",
}
},
properties = { floating = true }