This commit is contained in:
Kat Inskip 2025-07-27 12:35:52 -07:00
parent e8f6d67625
commit 743741f976
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
10 changed files with 163 additions and 22 deletions

View file

@ -34,5 +34,18 @@ _: {
matches = [{app-id = "^spotify$";}];
open-on-workspace = "media";
}
{
matches = [
{
app-id = "steam";
title = "^notificationtoasts_\d+_desktop$";
}
];
default-floating-position = {
x = 10;
y = 10;
relative-to = "top-right";
};
}
];
}