chore: add rule for Safari windows to aerospace config
This commit is contained in:
@@ -12,7 +12,7 @@ enable-normalization-opposite-orientation-for-nested-containers = true
|
|||||||
automatically-unhide-macos-hidden-apps = true
|
automatically-unhide-macos-hidden-apps = true
|
||||||
|
|
||||||
default-root-container-layout = 'tiles' # Possible values: tiles|accordion
|
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']
|
on-focused-monitor-changed = ['move-mouse monitor-lazy-center']
|
||||||
|
|
||||||
@@ -180,6 +180,11 @@ accordion-padding = 15
|
|||||||
run = [ 'move-node-to-workspace 1' ]
|
run = [ 'move-node-to-workspace 1' ]
|
||||||
check-further-callbacks = false
|
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]]
|
[[on-window-detected]]
|
||||||
if.app-id = 'com.github.wez.wezterm'
|
if.app-id = 'com.github.wez.wezterm'
|
||||||
run = [ 'move-node-to-workspace 2' ]
|
run = [ 'move-node-to-workspace 2' ]
|
||||||
|
|||||||
Reference in New Issue
Block a user