Update virtual desktop per screen

This commit is contained in:
Bas Grolleman
2025-11-24 11:48:35 +01:00
parent 18818fad92
commit 9c31c06ba5

View File

@@ -16,7 +16,7 @@ enable-normalization-opposite-orientation-for-nested-containers = true
# See: https://nikitabobko.github.io/AeroSpace/guide#layouts # See: https://nikitabobko.github.io/AeroSpace/guide#layouts
# The 'accordion-padding' specifies the size of accordion padding # The 'accordion-padding' specifies the size of accordion padding
# You can set 0 to disable the padding feature # You can set 0 to disable the padding feature
accordion-padding = 90 accordion-padding = 40
# Possible values: tiles|accordion # Possible values: tiles|accordion
default-root-container-layout = 'tiles' default-root-container-layout = 'tiles'
@@ -99,6 +99,7 @@ outer.right = 5
# See: https://nikitabobko.github.io/AeroSpace/commands#exec-and-forget # 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) # 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-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 ' # alt-enter = '''exec-and-forget osascript -e '
# tell application "Terminal" # tell application "Terminal"
# do script # do script
@@ -182,3 +183,14 @@ backspace = ['close-all-windows-but-current', 'mode main']
l = 'resize width +100' l = 'resize width +100'
enter = 'mode main' enter = 'mode main'
esc = 'mode main' esc = 'mode main'
[workspace-to-monitor-force-assignment]
1 = 'main'
2 = 'main'
3 = 'main'
4 = 'main'
5 = 'main'
6 = 'secondary'