add opencode-desktop (a bit unstable), make steam apps not pop up in center of screen with focus
This commit is contained in:
parent
b9589e5861
commit
a808d28157
2 changed files with 15 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
git
|
||||
zed-editor
|
||||
opencode
|
||||
opencode-desktop
|
||||
direnv
|
||||
nix-direnv
|
||||
htop
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue