tangled
alpha
login
or
join now
bates64.com
/
infra
0
fork
atom
nixos configs
0
fork
atom
overview
issues
pulls
pipelines
adjust aerospace to mimic niri
bates64.com
2 weeks ago
7dfcb08e
e7eb1c38
+16
-4
1 changed file
expand all
collapse all
unified
split
modules
home
aerospace
aerospace.toml
+16
-4
modules/home/aerospace/aerospace.toml
···
63
63
[gaps]
64
64
inner.horizontal = 8
65
65
inner.vertical = 8
66
66
-
outer.left = 8
67
67
-
outer.bottom = 8
68
68
-
outer.top = 8
69
69
-
outer.right = 8
66
66
+
outer.left = 0
67
67
+
outer.bottom = 0
68
68
+
outer.top = 0
69
69
+
outer.right = 0
70
70
71
71
# 'main' binding mode declaration
72
72
# See: https://nikitabobko.github.io/AeroSpace/guide#binding-modes
···
180
180
run = [ "move-node-to-workspace 4" ]
181
181
182
182
[[on-window-detected]]
183
183
+
if.app-id = "dev.zed.Zed"
184
184
+
run = [ "move-node-to-workspace 4" ]
185
185
+
186
186
+
[[on-window-detected]]
187
187
+
if.app-id = "com.apple.iCal"
188
188
+
run = [ "move-node-to-workspace 5" ]
189
189
+
190
190
+
[[on-window-detected]]
183
191
if.app-id = "md.obsidian"
184
192
run = [ "move-node-to-workspace 7" ]
185
193
···
198
206
[[on-window-detected]]
199
207
if.window-title-regex-substring = "Cisco Secure Client"
200
208
run = [ "layout floating" ]
209
209
+
210
210
+
[[on-window-detected]]
211
211
+
if.app-id = "com.apple.Preview"
212
212
+
run = [ "layout floating" ]