From e90c528828467a029049d785414653cdb64c14c2 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 4 Nov 2024 07:09:13 -0800 Subject: [PATCH] aerospoce: Define assignments for desk monitors --- aerospace/aerospace.toml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/aerospace/aerospace.toml b/aerospace/aerospace.toml index a95334f..3cdb4bb 100644 --- a/aerospace/aerospace.toml +++ b/aerospace/aerospace.toml @@ -110,4 +110,20 @@ enter = 'mode main' esc = 'mode main' [workspace-to-monitor-force-assignment] -6 = 'Built-in Retina Display' +6 = 'Built-in Retina Display' +7 = [3, 'main'] +8 = [3, 'main'] +9 = [3, 'main'] +10 = [3, 'main'] + +[[on-window-detected]] +if.app-id = 'us.zoom.xos' +run = 'move-node-to-workspace 8' + +[[on-window-detected]] +if.app-id = 'com.linear' +run = 'move-node-to-workspace 9' + +[[on-window-detected]] +if.app-id = 'notion.id' +run = 'move-node-to-workspace 10'