feat: try fancier gaps

This commit is contained in:
Oliver Ladner 2025-03-27 08:03:01 +01:00
commit 0605282dd4

View file

@ -7,7 +7,10 @@ after-login-command = []
# 'after-startup-command' is run after 'after-login-command' # 'after-startup-command' is run after 'after-login-command'
# Available commands : https://nikitabobko.github.io/AeroSpace/commands # Available commands : https://nikitabobko.github.io/AeroSpace/commands
after-startup-command = [ after-startup-command = [
'exec-and-forget borders order=above active_color=0xff483D8B inactive_color=0xffCDCDCD width=8.0 style=square blacklist="firefox"', # 0xff = fully opaque
# 0x00 = fully transparent
# 'exec-and-forget borders order=above active_color=0xff483D8B inactive_color=0xffCDCDCD width=8.0 style=square blacklist="firefox"',
'exec-and-forget borders order=above active_color=0xbbeec400 inactive_color=0x0005a3ad width=8.0 style=square blacklist="firefox"',
] ]
start-at-login = true start-at-login = true
@ -54,12 +57,12 @@ preset = 'qwerty'
# Monitor pattern is the same as for 'workspace-to-monitor-force-assignment'. # Monitor pattern is the same as for 'workspace-to-monitor-force-assignment'.
# See: https://nikitabobko.github.io/AeroSpace/guide#assign-workspaces-to-monitors # See: https://nikitabobko.github.io/AeroSpace/guide#assign-workspaces-to-monitors
[gaps] [gaps]
inner.horizontal = 0 inner.horizontal = 10
inner.vertical = 0 inner.vertical = 10
outer.left = 0 outer.left = 14
outer.bottom = 0 outer.bottom = 14
outer.top = 0 outer.top = 14
outer.right = 0 outer.right = 14
# 'main' binding mode declaration # 'main' binding mode declaration
# See: https://nikitabobko.github.io/AeroSpace/guide#binding-modes # See: https://nikitabobko.github.io/AeroSpace/guide#binding-modes