niri: allow steam to work in spawn-startup YaLTeR/niri#2463
This commit is contained in:
parent
9f9ac5a3b4
commit
512270ee50
1 changed files with 2 additions and 2 deletions
|
|
@ -301,7 +301,7 @@
|
||||||
{
|
{
|
||||||
matches = [
|
matches = [
|
||||||
{
|
{
|
||||||
app-id = "1Password";
|
app-id = "1password";
|
||||||
at-startup = true;
|
at-startup = true;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
@ -507,7 +507,7 @@
|
||||||
{ argv = [ "obsidian" ]; }
|
{ argv = [ "obsidian" ]; }
|
||||||
{ argv = [ "discord" ]; }
|
{ argv = [ "discord" ]; }
|
||||||
{ argv = [ "1password" ]; }
|
{ argv = [ "1password" ]; }
|
||||||
{ sh = "steam"; }
|
{ sh = "sleep 1 && steam"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue