Skip to content

Instantly share code, notes, and snippets.

@skarfacegc
Last active December 19, 2020 18:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skarfacegc/2533650 to your computer and use it in GitHub Desktop.
Save skarfacegc/2533650 to your computer and use it in GitHub Desktop.
tell Moom to load a specific arrangement

I've moved to using slate rather than moom

I like to have certain window layouts for different tasks. when I'm coding I like it setup one way, email is another, etc. Being able to swap to these layouts with launchbar is cool.

I'm sure it works in butler, qsb, and quicksilver as well, just havent tested

Make the above into applescript save to Application Support/Launchbar/Actions name it something like mwinDev.scpt create a saved window layout named Dev with moom

cmd-space mwinDev

tell application "Moom"
arrange windows according to snapshot named "Dev"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment