niri: allow steam to work in spawn-startup YaLTeR/niri#2463

This commit is contained in:
Christoph Hollizeck 2025-11-10 10:04:06 +01:00
parent 9f9ac5a3b4
commit 512270ee50
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -301,7 +301,7 @@
{
matches = [
{
app-id = "1Password";
app-id = "1password";
at-startup = true;
}
];
@ -507,7 +507,7 @@
{ argv = [ "obsidian" ]; }
{ argv = [ "discord" ]; }
{ argv = [ "1password" ]; }
{ sh = "steam"; }
{ sh = "sleep 1 && steam"; }
];
};