summaryrefslogtreecommitdiffstats
path: root/core/modules/slxbrowser
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/slxbrowser')
-rwxr-xr-xcore/modules/slxbrowser/data/opt/openslx/scripts/kiosk-launch1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/slxbrowser/data/opt/openslx/scripts/kiosk-launch b/core/modules/slxbrowser/data/opt/openslx/scripts/kiosk-launch
index e7441fee..2550bf63 100755
--- a/core/modules/slxbrowser/data/opt/openslx/scripts/kiosk-launch
+++ b/core/modules/slxbrowser/data/opt/openslx/scripts/kiosk-launch
@@ -11,5 +11,6 @@ openbox &
[ -n "$SLX_BROWSER_INSECURE" ] && SLX_BROWSER_INSECURE="--insecure"
+xdotool mousemove 20000 20000 &
exec slxbrowser $SLX_BROWSER_INSECURE --fullscreen "$SLX_BROWSER_URL"