Bindings and rules

This commit is contained in:
Alexander Gehrke 2023-10-27 11:11:35 +02:00
parent 81cba76bde
commit dcf3a84ba8
7 changed files with 40 additions and 55 deletions

View file

@ -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)