Disable focusing for "Onboard" on-screen keyboard
This commit is contained in:
parent
4ce1c25bb2
commit
87cf79a71a
2 changed files with 12 additions and 3 deletions
|
@ -62,6 +62,10 @@ awful.rules.rules = {
|
|||
-- c:connect_signal("unfocus", function() client.focus = c end)
|
||||
-- end
|
||||
--},
|
||||
{
|
||||
rule = { class = "Onboard" },
|
||||
properties = { sticky = true, ontop = true, focusable = false}
|
||||
},
|
||||
{
|
||||
rule = { class = "Passprompt" },
|
||||
properties = { ontop = true, focus = true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue