Browse Source

feat: adjust aerospace config

master
Ein Verne 1 month ago
parent
commit
ff95d28ece
  1. 52
      aerospace/aerospace.toml
  2. 2
      config/macos.conf.yml

52
aerospace/aerospace.toml

@ -21,7 +21,7 @@ enable-normalization-opposite-orientation-for-nested-containers = true
# See: https://nikitabobko.github.io/AeroSpace/guide#layouts # See: https://nikitabobko.github.io/AeroSpace/guide#layouts
# The 'accordion-padding' specifies the size of accordion padding # The 'accordion-padding' specifies the size of accordion padding
# You can set 0 to disable the padding feature # You can set 0 to disable the padding feature
accordion-padding = 30 accordion-padding = 50
# Possible values: tiles|accordion # Possible values: tiles|accordion
default-root-container-layout = 'tiles' default-root-container-layout = 'tiles'
@ -77,6 +77,42 @@ if.window-title-regex-substring = 'ghostty'
if.during-aerospace-startup = false if.during-aerospace-startup = false
run = 'layout floating' run = 'layout floating'
[[on-window-detected]]
if.app-id = 'com.bitwarden.desktop'
if.window-title-regex-substring = 'Bitwarden'
if.during-aerospace-startup = false
run = 'layout floating'
[[on-window-detected]]
if.app-id = 'ai.perplexity.mac'
if.window-title-regex-substring = 'perplexity'
if.during-aerospace-startup = false
run = 'layout floating'
[[on-window-detected]]
if.app-id = 'com.apple.Preview'
if.window-title-regex-substring = 'perview'
if.during-aerospace-startup = false
run = 'layout floating'
[[on-window-detected]]
if.app-id = 'com.apple.AppStore'
if.window-title-regex-substring = 'App Store'
if.during-aerospace-startup = false
run = 'layout floating'
[[on-window-detected]]
if.app-id = 'cc.ffitch.shottr'
if.window-title-regex-substring = 'shottr'
if.during-aerospace-startup = false
run = 'layout floating'
[[on-window-detected]]
if.app-id = 'app.spokenly'
if.window-title-regex-substring = 'Spokenly'
if.during-aerospace-startup = false
run = 'layout floating'
[[on-window-detected]] [[on-window-detected]]
if.window-title-regex-substring = 'Raycast' if.window-title-regex-substring = 'Raycast'
if.during-aerospace-startup = false if.during-aerospace-startup = false
@ -106,12 +142,12 @@ run = ['layout floating']
# See: # See:
# https://nikitabobko.github.io/AeroSpace/guide#assign-workspaces-to-monitors # https://nikitabobko.github.io/AeroSpace/guide#assign-workspaces-to-monitors
[gaps] [gaps]
inner.horizontal = 2 inner.horizontal = 0
inner.vertical = 2 inner.vertical = 0
outer.left = 2 outer.left = 0
outer.bottom = 2 outer.bottom = 0
outer.top = 2 outer.top = 0
outer.right = 2 outer.right = 0
# '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
@ -145,7 +181,7 @@ run = ['layout floating']
# activate # activate
# end tell' # end tell'
# ''' # '''
alt-enter = 'exec-and-forget open -n /Applications/Ghostty.app' # alt-enter = 'exec-and-forget open -n /Applications/Ghostty.app'
# See: https://nikitabobko.github.io/AeroSpace/commands#layout # See: https://nikitabobko.github.io/AeroSpace/commands#layout
alt-slash = 'layout tiles horizontal vertical' alt-slash = 'layout tiles horizontal vertical'

2
config/macos.conf.yml

@ -90,7 +90,6 @@
- obs - obs
- obsidian - obsidian
- orbstack - orbstack
- plexamp
- postman - postman
- raycast - raycast
- smartgit - smartgit
@ -103,3 +102,4 @@
- warp - warp
- youtube-music - youtube-music
- zerotier-one - zerotier-one
- nikitabobko/tap/aerospace

Loading…
Cancel
Save