add keepass on top floating
This commit is contained in:
parent
82e848b266
commit
1120915a02
@ -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" }
|
||||||
|
Loading…
Reference in New Issue
Block a user