Add Sketchybar and Configure Aerospace
This commit is contained in:
@ -11,7 +11,16 @@ after-login-command = []
|
||||
# You can use it to add commands that run after AeroSpace startup.
|
||||
# 'after-startup-command' is run after 'after-login-command'
|
||||
# Available commands : https://nikitabobko.github.io/AeroSpace/commands
|
||||
after-startup-command = []
|
||||
|
||||
# Run Sketchybar together with AeroSpace
|
||||
# sketchbar has a built-in detection of already running process,
|
||||
# so it won't be run twice on AeroSpace restart
|
||||
after-startup-command = ['exec-and-forget sketchybar']
|
||||
|
||||
# Notify Sketchybar about workspace change
|
||||
exec-on-workspace-change = ['/bin/bash', '-c',
|
||||
'sketchybar --trigger aerospace_workspace_change FOCUSED_WORKSPACE=$AEROSPACE_FOCUSED_WORKSPACE'
|
||||
]
|
||||
|
||||
# Start AeroSpace at login
|
||||
start-at-login = false
|
||||
@ -55,7 +64,7 @@ inner.horizontal = 20
|
||||
inner.vertical = 20
|
||||
outer.left = [{monitor."sidecar" = 0}, 20]
|
||||
outer.bottom = [{monitor."sidecar" = 0}, 20]
|
||||
outer.top = [{monitor."sidecar" = 0}, 20]
|
||||
outer.top = [{monitor."sidecar" = 0}, 40]
|
||||
outer.right = [{monitor."sidecar" = 0}, 20]
|
||||
|
||||
# 'main' binding mode declaration
|
||||
@ -111,23 +120,23 @@ alt-shift-equal = 'resize smart +50'
|
||||
alt-1 = 'workspace 1'
|
||||
alt-2 = 'workspace 2'
|
||||
alt-3 = 'workspace 3'
|
||||
alt-4 = 'workspace 4'
|
||||
alt-5 = 'workspace 5'
|
||||
alt-6 = 'workspace 6'
|
||||
alt-7 = 'workspace 7'
|
||||
alt-8 = 'workspace 8'
|
||||
alt-9 = 'workspace 9'
|
||||
# alt-4 = 'workspace 4'
|
||||
# alt-5 = 'workspace 5'
|
||||
# alt-6 = 'workspace 6'
|
||||
# alt-7 = 'workspace 7'
|
||||
# alt-8 = 'workspace 8'
|
||||
# alt-9 = 'workspace 9'
|
||||
|
||||
# See: https://nikitabobko.github.io/AeroSpace/commands#move-node-to-workspace
|
||||
alt-shift-1 = 'move-node-to-workspace 1'
|
||||
alt-shift-2 = 'move-node-to-workspace 2'
|
||||
alt-shift-3 = 'move-node-to-workspace 3'
|
||||
alt-shift-4 = 'move-node-to-workspace 4'
|
||||
alt-shift-5 = 'move-node-to-workspace 5'
|
||||
alt-shift-6 = 'move-node-to-workspace 6'
|
||||
alt-shift-7 = 'move-node-to-workspace 7'
|
||||
alt-shift-8 = 'move-node-to-workspace 8'
|
||||
alt-shift-9 = 'move-node-to-workspace 9'
|
||||
# alt-shift-4 = 'move-node-to-workspace 4'
|
||||
# alt-shift-5 = 'move-node-to-workspace 5'
|
||||
# alt-shift-6 = 'move-node-to-workspace 6'
|
||||
# alt-shift-7 = 'move-node-to-workspace 7'
|
||||
# alt-shift-8 = 'move-node-to-workspace 8'
|
||||
# alt-shift-9 = 'move-node-to-workspace 9'
|
||||
|
||||
# See: https://nikitabobko.github.io/AeroSpace/commands#workspace-back-and-forth
|
||||
alt-tab = 'workspace-back-and-forth'
|
||||
|
||||
Reference in New Issue
Block a user