mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 11:12:39 +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:
|
||||
# https://nikitabobko.github.io/AeroSpace/guide#assign-workspaces-to-monitors
|
||||
[gaps]
|
||||
inner.horizontal = 8
|
||||
inner.vertical = 8
|
||||
outer.left = 8
|
||||
outer.bottom = 8
|
||||
outer.top = 8
|
||||
outer.right = 8
|
||||
inner.horizontal = 6
|
||||
inner.vertical = 6
|
||||
outer.left = 6
|
||||
outer.bottom = 6
|
||||
outer.top = 6
|
||||
outer.right = 6
|
||||
|
||||
# 'main' binding mode declaration
|
||||
# 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
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.apple.Music'
|
||||
run = 'layout floating'
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.TickTick.task.mac'
|
||||
run = 'layout floating'
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.apple.MobileSMS'
|
||||
run = 'layout floating'
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.1password.1password'
|
||||
run = 'layout floating'
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.apple.iCal'
|
||||
run = 'layout floating'
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'org.whispersystems.signal-desktop'
|
||||
run = 'layout floating'
|
||||
|
||||
# [[on-window-detected]]
|
||||
# if.app-id = 'com.apple.Music'
|
||||
# run = 'layout floating'
|
||||
#
|
||||
# [[on-window-detected]]
|
||||
# if.app-id = 'com.TickTick.task.mac'
|
||||
# run = 'layout floating'
|
||||
#
|
||||
# [[on-window-detected]]
|
||||
# if.app-id = 'com.apple.MobileSMS'
|
||||
# run = 'layout floating'
|
||||
#
|
||||
# [[on-window-detected]]
|
||||
# if.app-id = 'com.1password.1password'
|
||||
# run = 'layout floating'
|
||||
#
|
||||
# [[on-window-detected]]
|
||||
# if.app-id = 'com.apple.iCal'
|
||||
# run = 'layout floating'
|
||||
#
|
||||
# [[on-window-detected]]
|
||||
# if.app-id = 'org.whispersystems.signal-desktop'
|
||||
# run = 'layout floating'
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue