Do not make pidgin windows floating

This commit is contained in:
Daniel Siepmann 2022-09-07 17:14:14 +02:00
parent 16a5ebe665
commit 2e594f27da
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -138,7 +138,7 @@ in {
criteria = { class = "^evolution-alarm-notify$"; };
}
{
command = "sticky disable";
command = "floating disable";
criteria = { class = "^Pidgin$"; };
}
];