chore: add rule for Safari windows to aerospace config

This commit is contained in:
2026-04-24 09:53:03 -04:00
parent 6463ef67d3
commit c7ee19c756
+6 -1
View File
@@ -12,7 +12,7 @@ enable-normalization-opposite-orientation-for-nested-containers = true
automatically-unhide-macos-hidden-apps = true
default-root-container-layout = 'tiles' # Possible values: tiles|accordion
default-root-container-orientation = 'auto' # Possible values: horizontal|vertical|audio
default-root-container-orientation = 'auto' # Possible values: horizontal|vertical|auto
on-focused-monitor-changed = ['move-mouse monitor-lazy-center']
@@ -180,6 +180,11 @@ accordion-padding = 15
run = [ 'move-node-to-workspace 1' ]
check-further-callbacks = false
[[on-window-detected]]
if.app-id = 'com.apple.Safari'
run = [ 'move-node-to-workspace 1' ]
check-further-callbacks = false
[[on-window-detected]]
if.app-id = 'com.github.wez.wezterm'
run = [ 'move-node-to-workspace 2' ]