more steam quirks (who would have thought...)

This commit is contained in:
Schrottkatze 2025-04-04 17:20:26 +02:00
parent d129bc287b
commit 2de24d60b9
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo

View file

@ -4,29 +4,30 @@
window-rules = [
{
# handle steam grabbing focus 1000 times on startup
matches = [
{app-id = "steam";}
];
excludes = [
{title = "(Guild Wars 2)";}
{
app-id = "steam";
title = "Steam";
}
];
open-focused = false;
}
{
# position steam notifs correctly: https://github.com/YaLTeR/niri/wiki/Application-Issues
matches = [
{
app-id = "steam";
title = "^notificationtoasts_\\d+desktop$";
title = "^notificationtoasts_[\\d]+_desktop$";
}
];
default-floating-position = {
x = 10;
y = 10;
x = 0;
y = 0;
relative-to = "bottom-right";
};
shadow.enable = false;
border.enable = false;
baba-is-float = false;
}
{
matches = [