Finally make event notification centered

This commit is contained in:
Daniel Siepmann 2022-09-28 10:00:29 +02:00
parent d6d7bb7565
commit 97ef3d98e5
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -134,8 +134,8 @@ in {
criteria = { class = "^vlc$"; };
}
{
command = "sticky enable; resize set 70 140";
criteria = { class = "^evolution-alarm-notify$"; };
command = "floating enable, sticky enable, resize set 1024 400, move position center";
criteria = { class = "^Evolution-alarm-notify$"; };
}
{
command = "floating disable";
@ -150,7 +150,6 @@ in {
criteria = [
{ "class" = "KeePassXC"; }
{ "class" = "^evolution-alarm-notify$"; }
];
};