Update home/modules/aerospace/default.nix
This commit is contained in:
parent
e1de5eda17
commit
06d2d535e0
1 changed files with 10 additions and 0 deletions
|
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue