pseudometa Posted September 26 Share Posted September 26 Usage Save the current dock as a layout for this workflow via the keyword :dock new. Select a dock layout via the keyword dock: ⏎: Switch to the layout (load the layout). ⌘⏎: Overwrite the layout with the layout of the current dock. ⚠️ This workflow saves **all** information related to the current dock. This includes dock sizes, dock position, animation settings, or hot corners. Automation Load a dock layout from another app via this AppleScript: tell application id "com.runningwithcrayons.Alfred" to run trigger "load-dock-layout" in workflow "de.chris-grieser.dock-switcher" with argument "NAME_OF_DOCK_LAYOUT"` or via URI: alfred://runtrigger/de.chris-grieser.dock-switcher/load-dock-layout/?argument=NAME_OF_DOCK_LAYOUT ➡️ https://github.com/chrisgrieser/alfred-dock-switcher Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now