add opencode-desktop (a bit unstable), make steam apps not pop up in center of screen with focus

This commit is contained in:
jackjohn7 2026-04-05 17:40:43 -05:00
parent b9589e5861
commit a808d28157
2 changed files with 15 additions and 0 deletions

View file

@ -9,6 +9,7 @@
git
zed-editor
opencode
opencode-desktop
direnv
nix-direnv
htop

View file

@ -123,6 +123,20 @@
proportion = 1.0;
};
}
{
matches = [
{ app-id = "steam"; }
{ title = ''^notificationtoasts_\\d+_desktop$''; }
];
open-focused = false;
default-floating-position = {
_attrs = {
x = 10;
y = 10;
relative-to = "bottom-right";
};
};
}
];
workspaces = {