feat: aerospace, wezterm config

utm for vm
This commit is contained in:
Poby 2026-03-20 22:58:30 +09:00
parent 5cf816da96
commit 8014e2cc45
No known key found for this signature in database
4 changed files with 66 additions and 4 deletions

View file

@ -88,7 +88,7 @@
];
alt-tab = "workspace-back-and-forth";
alt-shift-tab = "move-workspace-to-monitor --wrap-around next";
alt-shift-tab = "move-node-to-monitor --wrap-around next";
alt-shift-semicolon = "mode service";
};
@ -141,6 +141,51 @@
"8" = "main";
"9" = "main";
};
on-window-detected = [
{
"if" = {
app-id = "com.apple.finder";
};
check-further-callbacks = true;
run = ["layout floating"];
}
{
"if" = {
app-id = "com.apple.Notes";
};
check-further-callbacks = true;
run = ["layout floating"];
}
{
"if" = {
app-id = "com.daymore.Across";
};
check-further-callbacks = true;
run = ["layout floating"];
}
{
"if" = {
app-id = "com.bitwarden.desktop";
};
check-further-callbacks = true;
run = ["layout floating"];
}
{
"if" = {
app-id = "org.hammerspoon.Hammerspoon";
};
check-further-callbacks = true;
run = ["layout floating"];
}
{
"if" = {
app-id = "com.utmapp.UTM";
};
check-further-callbacks = true;
run = ["layout floating"];
}
];
};
};
}