mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 19:22:38 +00:00
Change Aerospace gaps
This commit is contained in:
parent
8400126386
commit
fb7d9dceaf
1 changed files with 30 additions and 30 deletions
|
|
@ -51,12 +51,12 @@ automatically-unhide-macos-hidden-apps = true
|
||||||
# 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 = 8
|
inner.horizontal = 6
|
||||||
inner.vertical = 8
|
inner.vertical = 6
|
||||||
outer.left = 8
|
outer.left = 6
|
||||||
outer.bottom = 8
|
outer.bottom = 6
|
||||||
outer.top = 8
|
outer.top = 6
|
||||||
outer.right = 8
|
outer.right = 6
|
||||||
|
|
||||||
# '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
|
||||||
|
|
@ -171,27 +171,27 @@ automatically-unhide-macos-hidden-apps = true
|
||||||
|
|
||||||
# These apps should always open in floating mode
|
# These apps should always open in floating mode
|
||||||
|
|
||||||
[[on-window-detected]]
|
# [[on-window-detected]]
|
||||||
if.app-id = 'com.apple.Music'
|
# if.app-id = 'com.apple.Music'
|
||||||
run = 'layout floating'
|
# run = 'layout floating'
|
||||||
|
#
|
||||||
[[on-window-detected]]
|
# [[on-window-detected]]
|
||||||
if.app-id = 'com.TickTick.task.mac'
|
# if.app-id = 'com.TickTick.task.mac'
|
||||||
run = 'layout floating'
|
# run = 'layout floating'
|
||||||
|
#
|
||||||
[[on-window-detected]]
|
# [[on-window-detected]]
|
||||||
if.app-id = 'com.apple.MobileSMS'
|
# if.app-id = 'com.apple.MobileSMS'
|
||||||
run = 'layout floating'
|
# run = 'layout floating'
|
||||||
|
#
|
||||||
[[on-window-detected]]
|
# [[on-window-detected]]
|
||||||
if.app-id = 'com.1password.1password'
|
# if.app-id = 'com.1password.1password'
|
||||||
run = 'layout floating'
|
# run = 'layout floating'
|
||||||
|
#
|
||||||
[[on-window-detected]]
|
# [[on-window-detected]]
|
||||||
if.app-id = 'com.apple.iCal'
|
# if.app-id = 'com.apple.iCal'
|
||||||
run = 'layout floating'
|
# run = 'layout floating'
|
||||||
|
#
|
||||||
[[on-window-detected]]
|
# [[on-window-detected]]
|
||||||
if.app-id = 'org.whispersystems.signal-desktop'
|
# if.app-id = 'org.whispersystems.signal-desktop'
|
||||||
run = 'layout floating'
|
# run = 'layout floating'
|
||||||
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue