diff --git a/aerospace/aerospace.toml b/aerospace/aerospace.toml index 27adb46..dd483ea 100644 --- a/aerospace/aerospace.toml +++ b/aerospace/aerospace.toml @@ -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' +#