chore: update aerospace config

This commit is contained in:
Rasyidan Akbar F. 2026-03-25 15:26:34 +07:00
commit 00f12b623f
2 changed files with 5 additions and 5 deletions

View file

@ -30,9 +30,9 @@
{
run = "layout tiling";
}
# Exception: Ghostty on workspace 5 floats
# Exception: Kitty on workspace 5 floats
{
"if".app-id = "com.mitchellh.ghostty";
"if".app-id = "net.kovidgoyal.kitty";
"if".workspace = "5";
run = "layout floating";
}