mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 19:08:16 +00:00
[aerospace] Update config
This commit is contained in:
@@ -240,7 +240,7 @@ run = 'move-node-to-workspace B'
|
||||
# VSCode windows to workspace C
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.microsoft.VSCode'
|
||||
run = 'move-node-to-workspace C'
|
||||
run = ['move-node-to-workspace C', 'layout v_accordion']
|
||||
|
||||
# Zed settings windows float
|
||||
[[on-window-detected]]
|
||||
@@ -252,7 +252,7 @@ check-further-callbacks = false
|
||||
# Zed windows to workspace C
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'dev.zed.Zed'
|
||||
run = 'move-node-to-workspace C'
|
||||
run = ['move-node-to-workspace C', 'layout v_accordion']
|
||||
|
||||
# Ghostty terminal windows to workspace T
|
||||
[[on-window-detected]]
|
||||
@@ -262,12 +262,12 @@ run = 'move-node-to-workspace T'
|
||||
# Finder windows float
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.apple.finder'
|
||||
run = ['layout floating']
|
||||
run = ['move-node-to-workspace F', 'layout floating']
|
||||
|
||||
# Telegram windows float
|
||||
[[on-window-detected]]
|
||||
if.app-name-regex-substring = 'telegram'
|
||||
run = 'layout floating'
|
||||
run = ['move-node-to-workspace S', 'layout v_accordion']
|
||||
|
||||
# Activity Monitor windows float
|
||||
[[on-window-detected]]
|
||||
|
||||
Reference in New Issue
Block a user