more steam quirks (who would have thought...)
This commit is contained in:
parent
d129bc287b
commit
2de24d60b9
1 changed files with 10 additions and 9 deletions
|
@ -4,29 +4,30 @@
|
||||||
window-rules = [
|
window-rules = [
|
||||||
{
|
{
|
||||||
# handle steam grabbing focus 1000 times on startup
|
# handle steam grabbing focus 1000 times on startup
|
||||||
|
|
||||||
matches = [
|
matches = [
|
||||||
{app-id = "steam";}
|
{
|
||||||
];
|
app-id = "steam";
|
||||||
excludes = [
|
title = "Steam";
|
||||||
{title = "(Guild Wars 2)";}
|
}
|
||||||
];
|
];
|
||||||
open-focused = false;
|
open-focused = false;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
# position steam notifs correctly: https://github.com/YaLTeR/niri/wiki/Application-Issues
|
# position steam notifs correctly: https://github.com/YaLTeR/niri/wiki/Application-Issues
|
||||||
|
|
||||||
matches = [
|
matches = [
|
||||||
{
|
{
|
||||||
app-id = "steam";
|
app-id = "steam";
|
||||||
title = "^notificationtoasts_\\d+desktop$";
|
title = "^notificationtoasts_[\\d]+_desktop$";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
default-floating-position = {
|
default-floating-position = {
|
||||||
x = 10;
|
x = 0;
|
||||||
y = 10;
|
y = 0;
|
||||||
relative-to = "bottom-right";
|
relative-to = "bottom-right";
|
||||||
};
|
};
|
||||||
|
shadow.enable = false;
|
||||||
|
border.enable = false;
|
||||||
|
baba-is-float = false;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
matches = [
|
matches = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue