mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat(katwine): more work
This commit is contained in:
parent
9f4d7a5ade
commit
433d6435e2
28 changed files with 453 additions and 297 deletions
|
|
@ -8,6 +8,7 @@
|
|||
interval = 30 * 60;
|
||||
rotate = true;
|
||||
tags = [
|
||||
"rating:s"
|
||||
"score:>=100"
|
||||
"width:>=1500"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -15,18 +15,39 @@ _: {
|
|||
|
||||
{
|
||||
matches = [
|
||||
{app-id = "^firefox$";}
|
||||
{app-id = "^zen-beta$";}
|
||||
{app-id = "^zen$";}
|
||||
{
|
||||
app-id = "^firefox$";
|
||||
at-startup = true;
|
||||
}
|
||||
{
|
||||
app-id = "^zen-beta$";
|
||||
at-startup = true;
|
||||
}
|
||||
{
|
||||
app-id = "^zen$";
|
||||
at-startup = true;
|
||||
}
|
||||
];
|
||||
open-on-workspace = "browser";
|
||||
}
|
||||
{
|
||||
matches = [
|
||||
{app-id = "^vesktop$";}
|
||||
{app-id = "^discord$";}
|
||||
{app-id = "^org.telegram.desktop$";}
|
||||
{app-id = "^Signal$";}
|
||||
{
|
||||
app-id = "^vesktop$";
|
||||
at-startup = true;
|
||||
}
|
||||
{
|
||||
app-id = "^discord$";
|
||||
at-startup = true;
|
||||
}
|
||||
{
|
||||
app-id = "^org.telegram.desktop$";
|
||||
at-startup = true;
|
||||
}
|
||||
{
|
||||
app-id = "^Signal$";
|
||||
at-startup = true;
|
||||
}
|
||||
];
|
||||
open-on-workspace = "chat";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue