Update home/modules/aerospace/default.nix

This commit is contained in:
dnscio 2025-04-29 14:45:55 +00:00
parent e1de5eda17
commit 06d2d535e0

View file

@ -46,6 +46,16 @@
alt-tab = "workspace-back-and-forth";
alt-shift-tab = "move-workspace-to-monitor --wrap-around next";
};
on-window-detected = [
{
"if".app-id = "app.zen-browser.zen";
run = "move-node-to-workspace 1";
}
{
"if".app-id = "com.github.wez.wezterm";
run = "move-node-to-workspace 2";
}
];
};
};
}