From 138b1ee24ca4df3a1f5f92e8ffcbe8478006fb1b Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Thu, 16 Jul 2026 16:13:41 +0700 Subject: [PATCH] feat(aerospace): add workspaces seven through nine --- config/aerospace/aerospace.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/aerospace/aerospace.toml b/config/aerospace/aerospace.toml index 1d3ffc8..88b3c59 100644 --- a/config/aerospace/aerospace.toml +++ b/config/aerospace/aerospace.toml @@ -42,6 +42,9 @@ alt-3 = 'workspace 3' alt-4 = 'workspace 4' alt-5 = 'workspace 5' alt-6 = 'workspace 6' +alt-7 = 'workspace 7' +alt-8 = 'workspace 8' +alt-9 = 'workspace 9' alt-p = 'workspace p' alt-shift-1 = 'move-node-to-workspace 1' @@ -50,6 +53,9 @@ alt-shift-3 = 'move-node-to-workspace 3' alt-shift-4 = 'move-node-to-workspace 4' alt-shift-5 = 'move-node-to-workspace 5' alt-shift-6 = 'move-node-to-workspace 6' +alt-shift-7 = 'move-node-to-workspace 7' +alt-shift-8 = 'move-node-to-workspace 8' +alt-shift-9 = 'move-node-to-workspace 9' alt-tab = 'workspace-back-and-forth' alt-shift-tab = 'move-workspace-to-monitor --wrap-around next' @@ -72,4 +78,4 @@ alt-shift-right = ['join-with right', 'mode main'] run = 'move-node-to-workspace p' [workspace-to-monitor-force-assignment] -5 = 'secondary' \ No newline at end of file +5 = 'secondary'