feat(aerospace): add floating/tiling mode specifically for terminal, workspace tweaks
This commit is contained in:
parent
1e162a1225
commit
ff677a03cc
2 changed files with 19 additions and 0 deletions
|
|
@ -21,5 +21,11 @@
|
|||
on-focused-monitor-changed = [ "move-mouse monitor-lazy-center" ];
|
||||
on-focus-changed = [ "move-mouse window-lazy-center" ];
|
||||
|
||||
on-window-detected = [{
|
||||
"if".app-id = "com.mitchellh.ghostty";
|
||||
"if".workspace = "5";
|
||||
run = [ "layout floating" ];
|
||||
}];
|
||||
|
||||
mode = modes;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue