diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 136e98a..ef3de20 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -2719,7 +2719,9 @@ start_portwine () { if check_gamescope_session ; then export PW_GAMEMODERUN_SLR="" elif [[ "$PW_USE_GAMEMODE" = "1" ]] && [[ -n "$DBUS_SESSION_BUS_ADDRESS" ]]; then - if systemctl is-active --quiet ananicy.service || systemctl is-active --quiet ananicy-cpp.service; then + if systemctl is-active --quiet ananicy.service \ + || systemctl is-active --quiet ananicy-cpp.service + then export GAMEMODERUN=0 export PW_GAMEMODERUN_SLR=""