Skip to content

Instantly share code, notes, and snippets.

@celly
Last active April 13, 2019 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save celly/37b67b0475a2a41009f81537e19ea5c2 to your computer and use it in GitHub Desktop.
Save celly/37b67b0475a2a41009f81537e19ea5c2 to your computer and use it in GitHub Desktop.
Launch dual screen kiosk mode osx
# /bin/bash
# conferences-program-wall
mkdir ~/Desktop/usr1
mkdir ~/Desktop/usr2
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --window-position=1,1 --kiosk --user-data-dir=~/Desktop/usr1 http:// &
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --window-position=1900,1 --kiosk --user-data-dir=~/Desktop/usr2 http:// &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment