diff options
Diffstat (limited to 'abs/extra/web-on-linhes/web-on-linhes.sh')
-rw-r--r-- | abs/extra/web-on-linhes/web-on-linhes.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/extra/web-on-linhes/web-on-linhes.sh b/abs/extra/web-on-linhes/web-on-linhes.sh index 115d0b0..48414e9 100644 --- a/abs/extra/web-on-linhes/web-on-linhes.sh +++ b/abs/extra/web-on-linhes/web-on-linhes.sh @@ -7,6 +7,7 @@ irxPID=$! stop_xss.sh & xssPID=$! #Launches chrome in full screen +(sleep 1; wmctrl -r "Google Chrome" -b add,fullscreen) & google-chrome --no-first-run --kiosk $@ #Once done, stops irxevent and stop_xss.sh kill $irxPID |