Bindings and rules
This commit is contained in:
parent
81cba76bde
commit
dcf3a84ba8
7 changed files with 40 additions and 55 deletions
|
@ -20,6 +20,9 @@ local fixed_clients = {
|
|||
{ rule = { name = "", class = "jetbrains-idea", type = "dialog" } },
|
||||
-- password inputs
|
||||
{ rule = { class = "Pinentry-gtk-2" } },
|
||||
{ rule = { class = "pinentry-qt" } },
|
||||
-- nextcloud closes on focus loss
|
||||
{ rule = { class = "Nextcloud" } },
|
||||
}
|
||||
|
||||
local function may_lose_focus(c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue