summaryrefslogtreecommitdiffstats
path: root/abs/extra/web-on-linhes/web-on-linhes.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-08-07 18:20:55 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-08-07 18:20:55 (GMT)
commitd65317d31692d0326c7d0f69366d10ec63011730 (patch)
tree005e2b0186376694ae4c7f4e981ec5b18e89b406 /abs/extra/web-on-linhes/web-on-linhes.sh
parentfc59e6102afca14b5d8e10b1d66782a0fc447a2e (diff)
downloadlinhes_pkgbuild-d65317d31692d0326c7d0f69366d10ec63011730.zip
linhes_pkgbuild-d65317d31692d0326c7d0f69366d10ec63011730.tar.gz
linhes_pkgbuild-d65317d31692d0326c7d0f69366d10ec63011730.tar.bz2
web-on-linhes: use wmctrl to make sure chrome is fullscreen
remove Google Spotlight
Diffstat (limited to 'abs/extra/web-on-linhes/web-on-linhes.sh')
-rw-r--r--abs/extra/web-on-linhes/web-on-linhes.sh1
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