Skip to content

Commit 7f9a3e5

Browse files
committed
move ghostty more logically place
1 parent 80d4dbb commit 7f9a3e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

aerospace/.aerospace.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ alt-shift-l = ['join-with right', 'mode main']
230230
if.app-id = 'com.brave.Browser'
231231
run = 'move-node-to-workspace 1'
232232

233+
[[on-window-detected]]
234+
if.app-id = 'com.mitchellh.ghostty'
235+
run = 'move-node-to-workspace 2'
236+
233237
[[on-window-detected]]
234238
if.app-id = 'org.alacritty'
235239
run = 'move-node-to-workspace 2'
@@ -250,9 +254,6 @@ run = 'move-node-to-workspace 4'
250254
if.app-id = 'com.google.Chrome'
251255
run = 'move-node-to-workspace 6'
252256

253-
[[on-window-detected]]
254-
if.app-id = 'com.mitchellh.ghostty'
255-
run = 'move-node-to-workspace 2'
256257

257258

258259
## Floating applications

0 commit comments

Comments
 (0)