add keepass on top floating
This commit is contained in:
parent
82e848b266
commit
1120915a02
@ -479,7 +479,9 @@ awful.rules.rules = {
|
||||
"Wpa_gui",
|
||||
"pinentry",
|
||||
"veromix",
|
||||
"xtightvncviewer"},
|
||||
"xtightvncviewer",
|
||||
"keepassxc",
|
||||
},
|
||||
|
||||
name = {
|
||||
"Event Tester", -- xev.
|
||||
@ -488,7 +490,10 @@ awful.rules.rules = {
|
||||
"AlarmWindow", -- Thunderbird's calendar.
|
||||
"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
|
||||
{ rule_any = {type = { "normal", "dialog" }
|
||||
|
Loading…
Reference in New Issue
Block a user