From 9c31c06ba5ed242be96c486a754faf1b7752ab68 Mon Sep 17 00:00:00 2001 From: Bas Grolleman Date: Mon, 24 Nov 2025 11:48:35 +0100 Subject: [PATCH] Update virtual desktop per screen --- aerospace.toml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/aerospace.toml b/aerospace.toml index 760e52f..c1bf706 100644 --- a/aerospace.toml +++ b/aerospace.toml @@ -16,7 +16,7 @@ enable-normalization-opposite-orientation-for-nested-containers = true # See: https://nikitabobko.github.io/AeroSpace/guide#layouts # The 'accordion-padding' specifies the size of accordion padding # You can set 0 to disable the padding feature -accordion-padding = 90 +accordion-padding = 40 # Possible values: tiles|accordion default-root-container-layout = 'tiles' @@ -99,6 +99,7 @@ outer.right = 5 # See: https://nikitabobko.github.io/AeroSpace/commands#exec-and-forget # You can uncomment the following lines to open up terminal with alt + enter shortcut (like in i3) alt-enter = '''exec-and-forget open -na iTerm''' +alt-space = ['layout floating tiling', 'mode main'] # Toggle between floating and tiling layout # alt-enter = '''exec-and-forget osascript -e ' # tell application "Terminal" # do script @@ -182,3 +183,14 @@ backspace = ['close-all-windows-but-current', 'mode main'] l = 'resize width +100' enter = 'mode main' esc = 'mode main' + +[workspace-to-monitor-force-assignment] +1 = 'main' +2 = 'main' +3 = 'main' +4 = 'main' +5 = 'main' +6 = 'secondary' + + +