mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
Update virtual desktop per screen
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user