Skip to content

Commit

Permalink
fix(nix): zoom startup workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Aug 14, 2024
1 parent f20dd47 commit 1e4ab11
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions nix/modules/darwin/desktop/aerospace/aerospace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,13 @@ run = "move-node-to-workspace 1"
if.app-id = 'org.mozilla.firefox'
run = "move-node-to-workspace 2"

[[on-window-detected]]
if.app-id = 'us.zoom.xos'
run = ['layout floating', 'move-node-to-workspace 4']

[[on-window-detected]]
if.app-id = 'org.videolan.vlc'
run = "move-node-to-workspace 4"
run = "move-node-to-workspace 5"

[[on-window-detected]]
if.app-id = 'com.apple.mail'
Expand All @@ -213,9 +217,6 @@ run = "move-node-to-workspace 9"
if.app-id = 'com.tdesktop.Telegram'
run = "move-node-to-workspace 9"

[[on-window-detected]]
if.app-id = 'us.zoom.xos'
run = "move-node-to-workspace 9"

[[on-window-detected]]
if.app-id = 'com.apple.systempreferences'
Expand Down

0 comments on commit 1e4ab11

Please sign in to comment.