feat(aerospace): add floating/tiling mode specifically for terminal, workspace tweaks

This commit is contained in:
Rasyidan Akbar F. 2025-11-07 15:30:22 +07:00
commit ff677a03cc
2 changed files with 19 additions and 0 deletions

View file

@ -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;
}