-
Notifications
You must be signed in to change notification settings - Fork 0
/
.aerospace.toml
114 lines (84 loc) · 2.74 KB
/
.aerospace.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
after-login-command = []
after-startup-command = ['exec-and-forget sketchybar']
exec-on-workspace-change = ['/bin/bash', '-c',
'sketchybar --trigger aerospace_workspace_change FOCUSED_WORKSPACE=$AEROSPACE_FOCUSED_WORKSPACE'
]
start-at-login = true
enable-normalization-flatten-containers = true
enable-normalization-opposite-orientation-for-nested-containers = true
accordion-padding = 30
default-root-container-layout = 'tiles'
default-root-container-orientation = 'auto'
key-mapping.preset = 'qwerty'
on-focused-monitor-changed = ['move-mouse monitor-lazy-center']
[gaps]
inner.horizontal = 10
inner.vertical = 10
outer.left = 10
outer.bottom = [{monitor.'^built-in$' = 10 }, 10]
outer.top = [{monitor.'^built-in$' = 20 }, 45]
outer.right = 10
[workspace-to-monitor-force-assignment]
1 = 'main'
2 = 'main'
3 = 'main'
4 = 'main'
5 = 'main'
6 = ['built-in', 'main']
[[on-window-detected]]
if.app-id = 'com.apple.finder'
run = ['layout floating']
[[on-window-detected]]
if.app-id = 'com.apple.Music'
run = ['layout floating']
[[on-window-detected]]
if.app-id = 'com.apple.ActivityMonitor'
run = ['layout floating']
[[on-window-detected]]
if.app-id = 'com.apple.calculator'
run = ['layout floating']
[[on-window-detected]]
if.app-id = 'com.apple.Terminal'
run = ['layout floating']
[[on-window-detected]]
if.app-id = 'org.alacritty'
run = ['layout floating']
[[on-window-detected]]
if.app-id = 'com.apple.Safari'
run = ['layout tiling', 'move-node-to-workspace 1']
[[on-window-detected]]
if.app-id = 'company.thebrowser.Browser'
run = ['layout tiling', 'move-node-to-workspace 1']
[[on-window-detected]]
if.app-id = 'dev.zed.Zed'
run = ['layout tiling', 'move-node-to-workspace 1']
[[on-window-detected]]
if.app-id = 'com.googlecode.iterm2'
run = ['move-node-to-workspace 1']
[[on-window-detected]]
if.app-id = 'com.openai.chat'
run = ['layout tiling', 'move-node-to-workspace 2']
[[on-window-detected]]
if.app-id = 'com.apple.AppStore'
run = ['layout floating', 'move-node-to-workspace 2']
[[on-window-detected]]
if.app-name-regex-substring = 'bitwarden'
run = ['layout tiling', 'move-node-to-workspace 4']
[[on-window-detected]]
if.app-id = 'com.apple.MobileSMS'
run = ['layout tiling', 'move-node-to-workspace 5']
[[on-window-detected]]
if.app-id = 'com.hnc.Discord'
run = ['layout tiling', 'move-node-to-workspace 5']
[[on-window-detected]]
if.app-id = 'com.microsoft.teams2'
run = ['layout tiling', 'move-node-to-workspace 5']
[[on-window-detected]]
if.app-id = 'org.mozilla.thunderbird'
run = ['layout tiling', 'move-node-to-workspace 6']
[[on-window-detected]]
if.app-id = 'com.apple.mail'
run = ['layout tiling', 'move-node-to-workspace 6']
#[[on-window-detected]]
#if.app-id = 'SomethingSomethingElement'
#run = ['move-node-to-workspace 6']