add keepass on top floating

This commit is contained in:
vincent 2018-10-28 09:25:09 +01:00
parent 82e848b266
commit 1120915a02

View File

@ -469,7 +469,7 @@ awful.rules.rules = {
instance = { instance = {
"DTA", -- Firefox addon DownThemAll. "DTA", -- Firefox addon DownThemAll.
"copyq", -- Includes session name in class. "copyq", -- Includes session name in class.
}, },
class = { class = {
"Arandr", "Arandr",
"Gpick", "Gpick",
@ -479,7 +479,9 @@ awful.rules.rules = {
"Wpa_gui", "Wpa_gui",
"pinentry", "pinentry",
"veromix", "veromix",
"xtightvncviewer"}, "xtightvncviewer",
"keepassxc",
},
name = { name = {
"Event Tester", -- xev. "Event Tester", -- xev.
@ -488,7 +490,10 @@ awful.rules.rules = {
"AlarmWindow", -- Thunderbird's calendar. "AlarmWindow", -- Thunderbird's calendar.
"pop-up", -- e.g. Google Chrome's (detached) Developer Tools. "pop-up", -- e.g. Google Chrome's (detached) Developer Tools.
} }
}, properties = { floating = true }}, }, properties = { floating = true,
ontop=true
}
},
-- Add titlebars to normal clients and dialogs -- Add titlebars to normal clients and dialogs
{ rule_any = {type = { "normal", "dialog" } { rule_any = {type = { "normal", "dialog" }