Guest User

Untitled

a guest
Jun 18th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. #twm &
  4. /usr/bin/chromium --new-window --no-default-browser-check --no-frist-run --window-size=1920,1080 --window-position=0,0 --kiosk --hide-scrollbars --usr-data-dir=/tmp/C01 --disable-gpu https://nikolamotor.com &
  5. /usr/bin/xinput map-to-output 11 eDP1 &
  6. exec /usr/bin/chromium --new-window --no-default-browser-check --no-first-run --window-size=1920,1080 --window-position=1920,0 --kiosk --hide-scrollbars --usr-data-dir=/tmp/C02 --disable-gpu https://www.google.com
Add Comment
Please, Sign In to add comment