From b615f2223966f3cd9b6f2fcab63876f32ee83769 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Sat, 19 Oct 2024 13:08:32 +0300 Subject: [PATCH] minor changes --- data_from_portwine/scripts/functions_helper | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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=""