We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d4dbb commit 7f9a3e5Copy full SHA for 7f9a3e5
aerospace/.aerospace.toml
@@ -230,6 +230,10 @@ alt-shift-l = ['join-with right', 'mode main']
230
if.app-id = 'com.brave.Browser'
231
run = 'move-node-to-workspace 1'
232
233
+[[on-window-detected]]
234
+if.app-id = 'com.mitchellh.ghostty'
235
+run = 'move-node-to-workspace 2'
236
+
237
[[on-window-detected]]
238
if.app-id = 'org.alacritty'
239
run = 'move-node-to-workspace 2'
@@ -250,9 +254,6 @@ run = 'move-node-to-workspace 4'
250
254
if.app-id = 'com.google.Chrome'
251
255
run = 'move-node-to-workspace 6'
252
256
253
-[[on-window-detected]]
-if.app-id = 'com.mitchellh.ghostty'
-run = 'move-node-to-workspace 2'
257
258
259
## Floating applications
0 commit comments