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
|
# VSCode windows to workspace C
|
||||||
[[on-window-detected]]
|
[[on-window-detected]]
|
||||||
if.app-id = 'com.microsoft.VSCode'
|
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
|
# Zed settings windows float
|
||||||
[[on-window-detected]]
|
[[on-window-detected]]
|
||||||
@@ -252,7 +252,7 @@ check-further-callbacks = false
|
|||||||
# Zed windows to workspace C
|
# Zed windows to workspace C
|
||||||
[[on-window-detected]]
|
[[on-window-detected]]
|
||||||
if.app-id = 'dev.zed.Zed'
|
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
|
# Ghostty terminal windows to workspace T
|
||||||
[[on-window-detected]]
|
[[on-window-detected]]
|
||||||
@@ -262,12 +262,12 @@ run = 'move-node-to-workspace T'
|
|||||||
# Finder windows float
|
# Finder windows float
|
||||||
[[on-window-detected]]
|
[[on-window-detected]]
|
||||||
if.app-id = 'com.apple.finder'
|
if.app-id = 'com.apple.finder'
|
||||||
run = ['layout floating']
|
run = ['move-node-to-workspace F', 'layout floating']
|
||||||
|
|
||||||
# Telegram windows float
|
# Telegram windows float
|
||||||
[[on-window-detected]]
|
[[on-window-detected]]
|
||||||
if.app-name-regex-substring = 'telegram'
|
if.app-name-regex-substring = 'telegram'
|
||||||
run = 'layout floating'
|
run = ['move-node-to-workspace S', 'layout v_accordion']
|
||||||
|
|
||||||
# Activity Monitor windows float
|
# Activity Monitor windows float
|
||||||
[[on-window-detected]]
|
[[on-window-detected]]
|
||||||
|
|||||||
Reference in New Issue
Block a user