Skip to content

Commit

Permalink
Increase space between windows in Aerospace
Browse files Browse the repository at this point in the history
  • Loading branch information
astsu777 committed Jan 26, 2025
1 parent 9df2670 commit bbfdf00
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/aerospace/aerospace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ enable-normalization-opposite-orientation-for-nested-containers = true
accordion-padding = 30

# Possible values: tiles|accordion
default-root-container-layout = 'accordion'
default-root-container-layout = 'tiles'

# Possible values: horizontal|vertical|auto
# 'auto' means: wide monitor (anything wider than high) gets horizontal orientation,
Expand Down Expand Up @@ -56,12 +56,12 @@ preset = 'qwerty'
# Monitor pattern is the same as for 'workspace-to-monitor-force-assignment'.
# See: https://nikitabobko.github.io/AeroSpace/guide#assign-workspaces-to-monitors
[gaps]
inner.horizontal = 2
inner.vertical = 2
outer.left = 2
outer.bottom = 2
outer.top = 2
outer.right = 2
inner.horizontal = 4
inner.vertical = 4
outer.left = 4
outer.bottom = 4
outer.top = 4
outer.right = 4

# 'main' binding mode declaration
# See: https://nikitabobko.github.io/AeroSpace/guide#binding-modes
Expand Down

0 comments on commit bbfdf00

Please sign in to comment.