From 8a02e13f8743a4e88638fbb98dce76b92fafa0c2 Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Wed, 10 Apr 2024 14:40:26 +0200 Subject: [PATCH] tidal --- hammerspoon/init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hammerspoon/init.lua b/hammerspoon/init.lua index 50e4033a..cfc10908 100644 --- a/hammerspoon/init.lua +++ b/hammerspoon/init.lua @@ -45,6 +45,7 @@ local layoutDouble = { { "Reminders", nil, laptopMonitor, screenPositions.full, nil, nil }, { "Signal", nil, mainMonitor, screenPositions.rightBottom, nil, nil }, { "Strongbox", nil, laptopMonitor, screenPositions.full, nil, nil }, + { "TIDAL", nil, laptopMonitor, screenPositions.full, nil, nil }, { "Telegram", nil, mainMonitor, screenPositions.rightTop, nil, nil }, { "WezTerm", nil, mainMonitor, screenPositions.right, nil, nil }, } @@ -59,6 +60,7 @@ local layoutSingle = { { "Reminders", nil, laptopMonitor, screenPositions.full, nil, nil }, { "Signal", nil, laptopMonitor, screenPositions.full, nil, nil }, { "Strongbox", nil, laptopMonitor, screenPositions.full, nil, nil }, + { "TIDAL", nil, laptopMonitor, screenPositions.full, nil, nil }, { "Telegram", nil, laptopMonitor, screenPositions.full, nil, nil }, { "WezTerm", nil, laptopMonitor, screenPositions.full, nil, nil }, } @@ -72,6 +74,7 @@ local appsToLaunch = { "Microsoft Teams (work or school)", "Signal", "Strongbox", + "TIDAL", "WezTerm", }