chore: update agent harness and config
This commit is contained in:
parent
511689139b
commit
db7d6638d9
4 changed files with 20 additions and 22 deletions
|
|
@ -26,9 +26,11 @@
|
|||
exec-on-workspace-change = [ "flatten-workspace-tree" ];
|
||||
|
||||
on-window-detected = [
|
||||
# Default: force all windows to tile
|
||||
# Codex /pet opens an auxiliary window that should not enter the tiling tree.
|
||||
{
|
||||
run = "layout tiling";
|
||||
"if".app-id = "com.openai.codex";
|
||||
"if".window-title-regex-substring = "pet|hatch";
|
||||
run = "layout floating";
|
||||
}
|
||||
# Exception: Kitty on workspace 5 floats
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue