diff --git a/hammerspoon/init.lua b/hammerspoon/init.lua index 8b60684d..358074f6 100644 --- a/hammerspoon/init.lua +++ b/hammerspoon/init.lua @@ -37,6 +37,7 @@ local layoutDouble = { { "Calendar", nil, laptopMonitor, screenPositions.full, nil, nil }, { "Firefox", nil, mainMonitor, screenPositions.left, nil, nil }, { "ForkLift", nil, laptopMonitor, screenPositions.full, nil, nil }, + { "Mail", nil, laptopMonitor, screenPositions.full, nil, nil }, { "Messages", nil, mainMonitor, screenPositions.rightTop, nil, nil }, { "Microsoft Teams", nil, mainMonitor, screenPositions.rightBottom, nil, nil }, { "Reminders", nil, laptopMonitor, screenPositions.full, nil, nil }, @@ -49,6 +50,7 @@ local layoutSingle = { { "Calendar", nil, laptopMonitor, screenPositions.full, nil, nil }, { "Firefox", nil, laptopMonitor, screenPositions.full, nil, nil }, { "ForkLift", nil, laptopMonitor, screenPositions.full, nil, nil }, + { "Mail", nil, laptopMonitor, screenPositions.full, nil, nil }, { "Messages", nil, laptopMonitor, screenPositions.full, nil, nil }, { "Microsoft Teams", nil, laptopMonitor, screenPositions.full, nil, nil }, { "Reminders", nil, laptopMonitor, screenPositions.full, nil, nil }, @@ -61,6 +63,7 @@ local appNames = { "Calendar", "Firefox", "ForkLift", + "Mail", "Messages", "Microsoft Teams", "Reminders",