Update NonSteamLaunchers.sh

new websites change
This commit is contained in:
Roy 2024-05-18 18:17:23 -07:00 committed by GitHub
parent 59b7c9f87c
commit dfbc3064e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2290,7 +2290,7 @@ fi
if [[ $options == *"movie-web"* ]]; then
# User selected movie-web
moviewebchromelaunchoptions="run --branch=stable --arch=x86_64 --command=/app/bin/chrome --file-forwarding com.google.Chrome @@u @@ --window-size=1280,800 --force-device-scale-factor=1.00 --device-scale-factor=1.00 --kiosk https://scootydooter.vercel.app/ --chrome-kiosk-type=fullscreen --no-first-run --enable-features=OverlayScrollbar"
moviewebchromelaunchoptions="run --branch=stable --arch=x86_64 --command=/app/bin/chrome --file-forwarding com.google.Chrome @@u @@ --window-size=1280,800 --force-device-scale-factor=1.00 --device-scale-factor=1.00 --kiosk https://sudo-flix.lol/ --chrome-kiosk-type=fullscreen --no-first-run --enable-features=OverlayScrollbar"
echo "export moviewebchromelaunchoptions=$moviewebchromelaunchoptions" >> ${logged_in_home}/.config/systemd/user/env_vars
fi