Extend i3 config for evolution and pidgin windows

Make evolution alarm sticky.
Unstick pidgin windows.
This commit is contained in:
Daniel Siepmann 2022-09-07 13:56:06 +02:00
parent 9bedce31b2
commit 373ec34752
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -133,6 +133,14 @@ in {
command = "border none";
criteria = { class = "^vlc$"; };
}
{
command = "sticky enable; resize set 70 140";
criteria = { class = "^evolution-alarm-notify$"; };
}
{
command = "sticky disable";
criteria = { class = "^Pidgin$"; };
}
];
};
@ -142,6 +150,7 @@ in {
criteria = [
{ "class" = "KeePassXC"; }
{ "class" = "^evolution-alarm-notify$"; }
];
};