From 439638b68697623089526f2c781db6c7fd3d31f2 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 28 Dec 2024 18:59:38 +0200 Subject: [PATCH] chore(config): tweaks to aerospace config --- config/aerospace/aerospace.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/aerospace/aerospace.toml b/config/aerospace/aerospace.toml index eb03baf..17008d9 100644 --- a/config/aerospace/aerospace.toml +++ b/config/aerospace/aerospace.toml @@ -71,6 +71,10 @@ run = 'layout floating' if.app-id = 'com.tidal.desktop' run = ['layout floating', 'move-node-to-workspace 2'] +[[on-window-detected]] +if.app-id = 'com.apple.TV' +run = 'layout floating' + # Possible values: (qwerty|dvorak) # See https://nikitabobko.github.io/AeroSpace/guide#key-mapping [key-mapping] @@ -87,7 +91,7 @@ preset = 'qwerty' inner.horizontal = 5 inner.vertical = 5 # outer.top = 0 -outer.top = [{ monitor.'^built-in retina display$' = 20 }, 0] +outer.top = [{ monitor.'^built-in retina display$' = 0 }, 0] outer.right = 0 outer.bottom = 0 outer.left = 0