From 7893315fbcae8204846bc73785930d75a8070424 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Sat, 9 May 2026 22:01:10 -0400 Subject: [PATCH] chore: enable persistent workspaces --- .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 1ee5d1e..b0b06e4 100644 --- a/.config/aerospace/aerospace.toml +++ b/.config/aerospace/aerospace.toml @@ -1,16 +1,22 @@ +config-version = 2 + start-at-login = true after-login-command = [] after-startup-command = [ 'exec-and-forget borders active_color=0xff88c0d0 inactive_color=0xff4c566a width=3.0', + 'workspace 1', + 'layout h_accordion', 'workspace 3', - 'layout accordion horizontal' + 'layout h_accordion' ] enable-normalization-flatten-containers = true enable-normalization-opposite-orientation-for-nested-containers = true automatically-unhide-macos-hidden-apps = true +persistent-workspaces = ['1', '2', '3', '4', '5', '6', '7', '8', '9'] + default-root-container-layout = 'tiles' # Possible values: tiles|accordion default-root-container-orientation = 'auto' # Possible values: horizontal|vertical|auto