mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
aerospace changes
This commit is contained in:
@@ -18,12 +18,15 @@ after-startup-command = [
|
||||
'exec-and-forget borders',
|
||||
]
|
||||
|
||||
{% if YADM_HOSTNAME == "ALLOCATE-Y3HW9MWW2D" -%}
|
||||
{% else -%}
|
||||
# Notify Sketchybar about workspace change
|
||||
exec-on-workspace-change = [
|
||||
'/bin/bash',
|
||||
'-c',
|
||||
'sketchybar --trigger aerospace_workspace_change FOCUSED_WORKSPACE=$AEROSPACE_FOCUSED_WORKSPACE',
|
||||
]
|
||||
{% endif -%}
|
||||
|
||||
# Start AeroSpace at login
|
||||
start-at-login = true
|
||||
@@ -63,12 +66,16 @@ on-focused-monitor-changed = ['move-mouse monitor-lazy-center']
|
||||
# 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 = 10
|
||||
inner.vertical = 10
|
||||
outer.left = 10
|
||||
outer.bottom = 10
|
||||
outer.top = 10
|
||||
outer.right = 10
|
||||
inner.horizontal = 7
|
||||
inner.vertical = 7
|
||||
outer.left = 7
|
||||
outer.bottom = 7
|
||||
outer.top = 7
|
||||
outer.right = 7
|
||||
|
||||
[workspace-to-monitor-force-assignment]
|
||||
8 = ['secondary', 'main']
|
||||
9 = ['secondary', 'main']
|
||||
|
||||
# 'main' binding mode declaration
|
||||
# See: https://nikitabobko.github.io/AeroSpace/guide#binding-modes
|
||||
|
||||
Reference in New Issue
Block a user