Add Mail back to hammerspoon / using it for Exchange (stupid IMAP deprecation)

main
Steffen Rademacker 2 years ago
parent 2b2e23c6cf
commit cef52c0049

@ -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",

Loading…
Cancel
Save