Last active
August 6, 2022 13:58
-
-
Save JohnAtl/6f70af81879aacd31283ce76b51108dd to your computer and use it in GitHub Desktop.
Opens Mail in the left 2/3 of the screen, and Reminders in the right 1/3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<array> | |
<dict> | |
<key>Activate</key> | |
<string>Normal</string> | |
<key>CreationDate</key> | |
<real>502680771.10080498</real> | |
<key>Macros</key> | |
<array> | |
<dict> | |
<key>Actions</key> | |
<array> | |
<dict> | |
<key>ActionUID</key> | |
<integer>63620</integer> | |
<key>AllWindows</key> | |
<true/> | |
<key>AlreadyActivatedActionType</key> | |
<string>Normal</string> | |
<key>Application</key> | |
<dict> | |
<key>BundleIdentifier</key> | |
<string>org.mozilla.thunderbird</string> | |
<key>Name</key> | |
<string>Thunderbird</string> | |
<key>NewFile</key> | |
<string>/Applications/Thunderbird.app</string> | |
</dict> | |
<key>MacroActionType</key> | |
<string>ActivateApplication</string> | |
<key>ReopenWindows</key> | |
<true/> | |
<key>TimeOutAbortsMacro</key> | |
<true/> | |
</dict> | |
<dict> | |
<key>Action</key> | |
<string>MoveAndResize</string> | |
<key>ActionUID</key> | |
<integer>56442</integer> | |
<key>HeightExpression</key> | |
<string>SCREENVISIBLE(Main,Height)</string> | |
<key>HorizontalExpression</key> | |
<string>SCREENVISIBLE(Main,Left)</string> | |
<key>MacroActionType</key> | |
<string>ManipulateWindow</string> | |
<key>TargetApplication</key> | |
<dict/> | |
<key>Targeting</key> | |
<string>FrontWindow</string> | |
<key>TargetingType</key> | |
<string>Front</string> | |
<key>VerticalExpression</key> | |
<string>SCREENVISIBLE(Main,Top)</string> | |
<key>WidthExpression</key> | |
<string>SCREENVISIBLE(Main,Width)*66%</string> | |
<key>WindowIndexExpression</key> | |
<string>2</string> | |
<key>WindowName</key> | |
<string></string> | |
</dict> | |
<dict> | |
<key>ActionUID</key> | |
<integer>56446</integer> | |
<key>AllWindows</key> | |
<true/> | |
<key>AlreadyActivatedActionType</key> | |
<string>Normal</string> | |
<key>Application</key> | |
<dict> | |
<key>BundleIdentifier</key> | |
<string>com.apple.reminders</string> | |
<key>Name</key> | |
<string>Reminders</string> | |
<key>NewFile</key> | |
<string>/System/Applications/Reminders.app</string> | |
</dict> | |
<key>MacroActionType</key> | |
<string>ActivateApplication</string> | |
<key>ReopenWindows</key> | |
<true/> | |
<key>TimeOutAbortsMacro</key> | |
<true/> | |
</dict> | |
<dict> | |
<key>Action</key> | |
<string>MoveAndResize</string> | |
<key>ActionUID</key> | |
<integer>56447</integer> | |
<key>HeightExpression</key> | |
<string>SCREENVISIBLE(Main,Height)</string> | |
<key>HorizontalExpression</key> | |
<string>SCREENVISIBLE(Main,Left)+SCREENVISIBLE(Main,Width)*66%+1</string> | |
<key>MacroActionType</key> | |
<string>ManipulateWindow</string> | |
<key>TargetApplication</key> | |
<dict/> | |
<key>Targeting</key> | |
<string>FrontWindow</string> | |
<key>TargetingType</key> | |
<string>Front</string> | |
<key>VerticalExpression</key> | |
<string>SCREENVISIBLE(Main,Top)</string> | |
<key>WidthExpression</key> | |
<string>SCREENVISIBLE(Main,Width)*34%</string> | |
<key>WindowIndexExpression</key> | |
<string>2</string> | |
<key>WindowName</key> | |
<string></string> | |
</dict> | |
</array> | |
<key>CreationDate</key> | |
<real>681485351.58234596</real> | |
<key>ModificationDate</key> | |
<real>681487010.08386505</real> | |
<key>Name</key> | |
<string>Mail + Reminders</string> | |
<key>Triggers</key> | |
<array> | |
<dict> | |
<key>MacroTriggerType</key> | |
<string>StatusMenu</string> | |
</dict> | |
</array> | |
<key>UID</key> | |
<string>1D8BBA93-73D5-449C-9E67-F352170D623D</string> | |
</dict> | |
</array> | |
<key>Name</key> | |
<string>Global Macro Group</string> | |
<key>ToggleMacroUID</key> | |
<string>CF43831C-B32F-47D4-AF96-12EB25BC353C</string> | |
<key>UID</key> | |
<string>91FFF27C-860C-4752-ABB5-FA5556E2EEA1</string> | |
</dict> | |
</array> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment