From f8e302c1d5e05a8be97bbabc92ffbeaea7b99c88 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Fri, 9 Feb 2024 02:06:54 -0800 Subject: [PATCH] added missing "c" --- NonSteamLaunchers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index e06594b..bcdffa6 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -2530,7 +2530,7 @@ fi if [[ $options == *"Twitch"* ]]; then # User selected Twitch twitchchromelaunchoptions="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://www.twitch.tv/ --chrome-kiosk-type=fullscreen --no-first-run --enable-features=OverlayScrollbar" - echo "export twitchhromelaunchoptions=$twitchchromelaunchoptions" >> ${logged_in_home}/.config/systemd/user/env_vars + echo "export twitchchromelaunchoptions=$twitchchromelaunchoptions" >> ${logged_in_home}/.config/systemd/user/env_vars fi if [[ $options == *"movie-web"* ]]; then