Last active
April 13, 2019 18:52
-
-
Save celly/37b67b0475a2a41009f81537e19ea5c2 to your computer and use it in GitHub Desktop.
Launch dual screen kiosk mode osx
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
# /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