system changes

This commit is contained in:
jjanzen 2025-01-11 15:25:26 -06:00
parent 581e131577
commit 26e9fec597

View file

@ -17,6 +17,14 @@ Enable Aerospace as a window manager for macOS. I have disabled gaps, move the m
on-focus-changed = [
"move-mouse window-lazy-center"
];
on-window-detected = [
{
"if".app-name-regex-substring = "mpv";
run = [
"layout floating"
];
}
];
workspace-to-monitor-force-assignment = {
"1" = "main";
"2" = "main";